Add extra permission to mergeback workflow
This commit is contained in:
parent
4e83f6b818
commit
3a4eae00ff
1 changed files with 1 additions and 0 deletions
1
.github/workflows/post-release-mergeback.yml
vendored
1
.github/workflows/post-release-mergeback.yml
vendored
|
|
@ -29,6 +29,7 @@ jobs:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write # needed to create tags and push commits
|
contents: write # needed to create tags and push commits
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Dump environment
|
- name: Dump environment
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue