Skip to content

Commit

Permalink
add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
nolte committed Jan 6, 2024
1 parent 3277e19 commit a78b519
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,11 @@ on:
jobs:
update_release_draft:
uses: nolte/gh-plumbing/.github/workflows/[email protected]
permissions:
# write permission is required to create a github release
contents: write
# write permission is required for autolabeler
# otherwise, read permission is required at least
pull-requests: write
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a78b519

Please sign in to comment.