Skip to content

Commit efee39c

Browse files
authored
Add missing permission in prepare_release_branch (#11)
1 parent 03f1181 commit efee39c

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)