Skip to content

Commit

Permalink
fix(ci): add write-all permission (#18725)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyliu0 authored Sep 26, 2024
1 parent 1f3ecee commit 9161d3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 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,5 @@ jobs:
pr_body: ${{ format('Cherry picking \#{0} onto branch release-2.0', github.event.number) }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

permissions: write-all

0 comments on commit 9161d3b

Please sign in to comment.