Skip to content

Commit

Permalink
devops: fix cherry_pick_into_release_branch permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Max Schmitt <max@schmitt.mx>
  • Loading branch information
mxschmitt committed Feb 27, 2024
1 parent 1a43adc commit bf226cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cherry_pick_into_release_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf226cf

Please sign in to comment.