Skip to content

Commit 23eb573

Browse files
authored
Fix ci-release.yml perms (#4097)
Release CI is currently failing with: ![image](https://user-images.githubusercontent.com/2272392/206558115-b7b9f51d-66b8-482b-b66b-9decd5c231ee.png) Currently testing this change in my fork Signed-off-by: Joe Elliott <[email protected]>
1 parent 47ef1da commit 23eb573

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
12+
contents: read,write
1313

1414
jobs:
1515
publish-release:

0 commit comments

Comments
 (0)