Skip to content

Commit 56e627c

Browse files
authored
Fix Release Perms (#4098)
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 <[email protected]>
1 parent 23eb573 commit 56e627c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
# and https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
1010
permissions:
1111
deployments: write
12-
contents: read,write
12+
contents: write
1313

1414
jobs:
1515
publish-release:

0 commit comments

Comments
 (0)