Skip to content

Commit

Permalink
fix: Enable write permissions in release-drafter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Mar 30, 2024
1 parent 2989337 commit b2ec5e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ on:

jobs:
update_release_draft:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
Expand Down

0 comments on commit b2ec5e0

Please sign in to comment.