Skip to content

Commit

Permalink
chore: git write pr permissions to release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLeadbetter committed Feb 28, 2025
1 parent a3c3a06 commit 50957c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/finish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:

permissions:
contents: write
pull-requests: write

jobs:
release-finish:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/start-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:

permissions:
contents: write
pull-requests: write

jobs:
release-start:
Expand Down

0 comments on commit 50957c6

Please sign in to comment.