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>
This commit is contained in:
parent
1a43adc506
commit
713fbb5d23
|
|
@ -12,6 +12,9 @@ on:
|
|||
description: Comma-separated list of commit hashes to cherry-pick
|
||||
required: true
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
roll:
|
||||
runs-on: ubuntu-22.04
|
||||
|
|
|
|||
Loading…
Reference in New Issue