Skip to content

Commit 3a4eae0

Browse files
committed
Add extra permission to mergeback workflow
1 parent 4e83f6b commit 3a4eae0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/post-release-mergeback.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929

3030
permissions:
3131
contents: write # needed to create tags and push commits
32+
pull-requests: write
3233

3334
steps:
3435
- name: Dump environment

0 commit comments

Comments
 (0)