Skip to content

Commit 3c50854

Browse files
authored
Merge pull request #3511 from felixhandte/fix-release-artifact-upload-permission
Fix Permissions on Publish Release Artifacts Job
2 parents 345ed63 + d54ad3c commit 3c50854

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-release-artifacts.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ permissions: read-all
1010
jobs:
1111
publish-release-artifacts:
1212
permissions:
13-
contents: read # to fetch code (actions/checkout)
14-
actions: write # to attach binaries to release artifacts (skx/github-action-publish-binaries)
13+
contents: write # to fetch code and upload artifacts
1514

1615
runs-on: ubuntu-latest
1716
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)