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
|
description: Comma-separated list of commit hashes to cherry-pick
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
roll:
|
roll:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue