Skip to content

Commit 872a6a4

Browse files
committed
Add pull-requests: write permission
1 parent 9389ce0 commit 872a6a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rollback-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040

4141
permissions:
4242
contents: write # needed to push to the repo (tags and releases)
43+
pull-requests: write # needed to create the mergeback PR
4344

4445
steps:
4546
- name: Checkout repository

0 commit comments

Comments
 (0)