Skip to content

Commit 713fbb5

Browse files
authored
devops: fix cherry_pick_into_release_branch permissions (#29689)
Fixes https://github.com/microsoft/playwright/actions/runs/8067553095/job/22038251156. Signed-off-by: Max Schmitt <max@schmitt.mx>
1 parent 1a43adc commit 713fbb5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cherry_pick_into_release_branch.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
description: Comma-separated list of commit hashes to cherry-pick
1313
required: true
1414

15+
permissions:
16+
contents: write
17+
1518
jobs:
1619
roll:
1720
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)