Skip to content

Commit 291c3a5

Browse files
authoredMar 9, 2025··
Add additional permissions for backport workflow (#2700)
1 parent c3c3c38 commit 291c3a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/backport.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ on:
66
- labeled
77

88
permissions:
9-
pull-requests: write
9+
actions: write
1010
contents: write
11+
pull-requests: write
1112

1213
jobs:
1314
backport:

0 commit comments

Comments
 (0)
Please sign in to comment.