From 713fbb5d236bfa925f3ee8d900808b8812122920 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 27 Feb 2024 17:34:16 +0100 Subject: [PATCH] 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 --- .github/workflows/cherry_pick_into_release_branch.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cherry_pick_into_release_branch.yml b/.github/workflows/cherry_pick_into_release_branch.yml index 6350d7ea0d..f48028b14b 100644 --- a/.github/workflows/cherry_pick_into_release_branch.yml +++ b/.github/workflows/cherry_pick_into_release_branch.yml @@ -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