Skip to content

Commit

Permalink
Merge pull request #93 from gradle/oleg-nenashev-patch-2
Browse files Browse the repository at this point in the history
Add explicit permissions to the Release Drafter
  • Loading branch information
oleg-nenashev committed Jun 12, 2024
2 parents 0e8495c + 3e90e14 commit 95f8e2f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ on:
jobs:
update_release_draft:
runs-on: ubuntu-latest

permissions:
# Write permission is required to create a github release
contents: write
# Write permission is required for autolabeler
pull-requests: write

steps:
- uses: release-drafter/release-drafter@v6
with:
Expand Down

0 comments on commit 95f8e2f

Please sign in to comment.