Skip to content

Commit d6a1bb8

Browse files
committed
Set required permission to allow workflow to create PR
Signed-off-by: Anil Vishnoi <[email protected]>
1 parent e480041 commit d6a1bb8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cherry-pick.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- main
77
types: ["closed"]
88

9+
permissions:
10+
contents: write
11+
pull-requests: write
12+
913
jobs:
1014
cherry_pick_release_1_0:
1115
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)