Skip to content

Commit 6b04b02

Browse files
reluhiddeco
authored andcommitted
Fix GHA backport.yaml workflow job perms
Fixing backport workflow permissions. Signed-off-by: Aurel Canciu <[email protected]> (cherry picked from commit 02c74b0)
1 parent e92418c commit 6b04b02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/backport.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ permissions:
1010
jobs:
1111
pull-request:
1212
runs-on: ubuntu-latest
13+
permissions:
14+
contents: write
15+
pull-requests: write
1316
if: github.event.pull_request.state == 'closed' && github.event.pull_request.merged && (github.event_name != 'labeled' || startsWith('backport:', github.event.label.name))
1417
steps:
1518
- name: Checkout

0 commit comments

Comments
 (0)