Skip to content

Commit

Permalink
👷 fix release-drafter.yaml permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezza34000 committed Dec 21, 2024
1 parent faa60d3 commit 7403a7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-drafter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- main

permissions:
contents: write
pull-requests: write

jobs:
update_release_draft:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7403a7b

Please sign in to comment.