Skip to content

Commit

Permalink
fix(ci): add contents write permission cherry pick workflow (#18695)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyliu0 authored Sep 25, 2024
1 parent dac92a4 commit 9360139
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cherry-pick-to-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ jobs:
pr_body: ${{ format('Cherry picking \#{0} onto branch release-2.0', github.event.number) }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

permissions:
contents: write

0 comments on commit 9360139

Please sign in to comment.