Skip to content

Commit bc340ab

Browse files
authored
Add missing permission in prepare_release_branch (#152)
1 parent 674fb17 commit bc340ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/prepare_release_branch.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ on:
1616
jobs:
1717
prepare-branch:
1818
runs-on: ubuntu-latest
19+
20+
permissions: # Permissions to create a new branch and a new PR.
21+
contents: write
22+
pull-requests: write
23+
1924
steps:
2025
- uses: actions/checkout@v3
2126

0 commit comments

Comments
 (0)