Skip to content

Commit 1977270

Browse files
committed
Add permissions to backport GHA
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
1 parent 6186b55 commit 1977270

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pr-backporting.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: Pull Request Backporting
33
on:
44
pull_request_target:
55
types: [closed, labeled]
6+
7+
permissions:
8+
contents: write
9+
pull-requests: write
10+
611
env:
712
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
813

0 commit comments

Comments
 (0)