Skip to content

Commit bd70ea5

Browse files
ci: change github action permissions to enable PR creation
1 parent 3272b4c commit bd70ea5

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
@@ -18,6 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
permissions:
2020
contents: write
21+
pull-requests: write
2122
id-token: write
2223
steps:
2324
- name: Checkout code repository

0 commit comments

Comments
 (0)