Skip to content

Commit 6ed0342

Browse files
authored
fix: add pull-requests write permission for PR creation (#294)
1 parent 489a029 commit 6ed0342

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
permissions:
1313
contents: write
14+
pull-requests: write
1415
id-token: write
1516
steps:
1617
- name: Checkout Repository

0 commit comments

Comments
 (0)