devops: fix cherry_pick_into_release_branch permissions

Signed-off-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
Max Schmitt 2024-02-27 16:50:46 +01:00 committed by GitHub
parent 1a43adc506
commit bf226cf390
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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