Skip to content

Commit

Permalink
[Fix](GA)Add necessary permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinKirs committed Oct 24, 2024
1 parent 987a197 commit bd54239
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/auto-cherry-pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ on:
- closed
branches:
- master
permissions: write-all
permissions:
checks: write
contents: write
pull-requests: write
repository-projects: write
jobs:
auto_cherry_pick:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bd54239

Please sign in to comment.