Skip to content

Commit

Permalink
Give write permissions to release drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
garyttierney committed Apr 7, 2024
1 parent ad3bfea commit 54a4af3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release_draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ jobs:
# "host" however must run to completion, no skipping allowed!
if: ${{ always() && needs.host.result == 'success' }}
runs-on: "ubuntu-20.04"
permissions:
# write permission is required to create a github release
contents: write
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down

0 comments on commit 54a4af3

Please sign in to comment.