Skip to content

Commit 9fceaa0

Browse files
authored
Give write access to backport action explicitly (#61626)
1 parent fb6cf5c commit 9fceaa0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/backport.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ on:
33
issue_comment:
44
types: [created]
55

6+
permissions:
7+
contents: write
8+
issues: read
9+
pull-requests: write
10+
611
jobs:
712
backport:
813
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/backport to')

0 commit comments

Comments
 (0)