mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: fix hasher permissions
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
e0354826e0
commit
e5a2e519a3
3
.github/workflows/package-hasher.yml
vendored
3
.github/workflows/package-hasher.yml
vendored
@ -14,6 +14,9 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
hash:
|
hash:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
packages: write
|
||||||
steps:
|
steps:
|
||||||
- name: Only run on main branch
|
- name: Only run on main branch
|
||||||
if: github.ref != 'refs/heads/main'
|
if: github.ref != 'refs/heads/main'
|
||||||
|
Loading…
Reference in New Issue
Block a user