Skip to content

Commit

Permalink
ci: More permissions for cherry-pick automation (#10409)
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Koenig <okoenig@nvidia.com>
  • Loading branch information
ko3n1g committed Sep 8, 2024
1 parent a95f3a2 commit 4bf8101
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cherry-pick-release-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
needs: analyse-labels
permissions:
actions: write
pull-requests: write
contents: write
strategy:
matrix:
branch: ${{ fromJSON(needs.analyse-labels.outputs.branches) }}
Expand Down

0 comments on commit 4bf8101

Please sign in to comment.