From bf226cf3903d443742adf83c7579a34fee059cbd Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 27 Feb 2024 16:50:46 +0100 Subject: [PATCH] devops: fix cherry_pick_into_release_branch permissions 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