Skip to content

Commit cc2f7cb

Browse files
authored
Merge pull request #6164 from blish/backport-actions-permission
GH: Allow backport workflow to trigger actions
2 parents fcf5ade + 78e68e7 commit cc2f7cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/backport.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55

66
jobs:
77
backport:
8+
permissions:
9+
contents: read
10+
pull-requests: write
11+
actions: write
812
runs-on: ubuntu-latest
913
if: |
1014
github.event.pull_request.merged == true

0 commit comments

Comments
 (0)