Skip to content

Commit

Permalink
Merge pull request #3511 from felixhandte/fix-release-artifact-upload…
Browse files Browse the repository at this point in the history
…-permission

Fix Permissions on Publish Release Artifacts Job
  • Loading branch information
felixhandte authored Feb 15, 2023
2 parents 345ed63 + d54ad3c commit 3c50854
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ permissions: read-all
jobs:
publish-release-artifacts:
permissions:
contents: read # to fetch code (actions/checkout)
actions: write # to attach binaries to release artifacts (skx/github-action-publish-binaries)
contents: write # to fetch code and upload artifacts

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

0 comments on commit 3c50854

Please sign in to comment.