Skip to content

Commit

Permalink
check with explicit write permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan committed Jul 10, 2024
1 parent 2852d9b commit 6e79e30
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pr_approval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ on:
# Without these permissions, we get a 403 error from github
# for trying to modify the pull request for newer project.
# Source: https://stackoverflow.com/a/76994510
permissions: write-all
permissions:
contents: write
actions: write
pull-requests: write
checks: write

jobs:
check-approvals:
Expand Down

0 comments on commit 6e79e30

Please sign in to comment.