Skip to content

Commit

Permalink
Add github prerelease action contents: write permission (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek authored Nov 9, 2023
1 parent 12be292 commit 623ae41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
GH_TOKEN: ${{ github.token }}
REF_BRANCH: ${{ github.event.pull_request.head.ref }}
permissions:
contents: read # This is required for actions/checkout
contents: write # This is required for checkout and gh release
id-token: write # This is required for requesting the JWT
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 623ae41

Please sign in to comment.