Skip to content

Commit

Permalink
Add perms to create releases in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
viccuad committed Jan 27, 2022
1 parent 640d4e1 commit 04dd09e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
release:
needs: test
permissions:
# Required to push to GHCR
contents: read
# Required to create GH releases
contents: write
# Required to push to GHCR
packages: write
# Required by cosign keyless signing
id-token: write
Expand Down

0 comments on commit 04dd09e

Please sign in to comment.