mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: add missing permissions in release workflow (#3220)
Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
This commit is contained in:
parent
c7e8dfd1e8
commit
c7027d9ddf
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -278,6 +278,7 @@ jobs:
|
||||
packages: write
|
||||
id-token: write
|
||||
contents: read
|
||||
actions: write
|
||||
secrets: inherit
|
||||
with:
|
||||
ref: ${{ needs.verify-inputs.outputs.WORKING_BRANCH }}
|
||||
|
Loading…
Reference in New Issue
Block a user