Skip to content

Commit

Permalink
Add persmissions to the GITHUB_TOKEN for the release drafter (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
Reamer authored Jan 19, 2022
1 parent 30bd29b commit 5926fe4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
jobs:
update_release_draft:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: read
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5
Expand Down

0 comments on commit 5926fe4

Please sign in to comment.