Skip to content

Commit

Permalink
Fix Release Perms (#4098)
Browse files Browse the repository at this point in the history
This correctly sets the `contents` permission to `write`. This allowed
CI on my fork to move past the "Upload Binaries" step. This fixes the
change here: #4097

Signed-off-by: Joe Elliott <number101010@gmail.com>
  • Loading branch information
joe-elliott committed Dec 8, 2022
1 parent 23eb573 commit 56e627c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
# and https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
permissions:
deployments: write
contents: read,write
contents: write

jobs:
publish-release:
Expand Down

0 comments on commit 56e627c

Please sign in to comment.