Skip to content

Commit 6cf7efe

Browse files
vdemeestertekton-robot
authored andcommitted
Add permissions back to cherry-pick workflow
I messed up and thought they were inherit from the workflow called, they are not.. so adding them back. Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
1 parent 5ec3c83 commit 6cf7efe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cherry-pick-command.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ on:
1919
repository_dispatch:
2020
types: [cherry-pick-command]
2121

22+
permissions:
23+
contents: write
24+
pull-requests: write
25+
issues: write
26+
2227
jobs:
2328
cherry-pick:
2429
name: Cherry Pick Actions

0 commit comments

Comments
 (0)