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