Skip to content

Commit

Permalink
Fix permissions for release-drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas committed Jan 27, 2024
1 parent cacd1ad commit 2d220b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-drafter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,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 2d220b2

Please sign in to comment.