Skip to content

Commit e8865f2

Browse files
authored
Grant Create PR content write permissions. (#8848)
Our staging release workflow failed to merge branch. Grant the PR creation workflow `content` `write` permissions to fix this.
1 parent cf3c8fb commit e8865f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-pr.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
permissions:
2828
pull-requests: write
29+
contents: write
2930
if: ${{ !startsWith(github.event.head_commit.message, 'Version Packages (#') }}
3031
steps:
3132
- name: Checkout Repo

0 commit comments

Comments
 (0)