Skip to content

Commit

Permalink
chore(ci): fix permissions for release drafter (#386)
Browse files Browse the repository at this point in the history
Update draft-release.yml
  • Loading branch information
CFenner authored Sep 6, 2024
1 parent 02f87e5 commit d739f97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
update_release_draft:
name: ✏️ Draft release
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: read
steps:
- name: 🚀 Run Release Drafter
uses: release-drafter/[email protected]
Expand Down

0 comments on commit d739f97

Please sign in to comment.