Skip to content

Commit cf3c8fb

Browse files
authored
Grant Create PR workflow pull-request write perms. (#8846)
Our staging release workflow failed to create a Version Packages PR. Grant the PR creation workflow `pull-request` `write` permissions.
1 parent 95b4fc6 commit cf3c8fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-pr.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
release:
2525
name: Create Release PR
2626
runs-on: ubuntu-latest
27+
permissions:
28+
pull-requests: write
2729
if: ${{ !startsWith(github.event.head_commit.message, 'Version Packages (#') }}
2830
steps:
2931
- name: Checkout Repo

0 commit comments

Comments
 (0)