Skip to content

Commit

Permalink
Fix permissions for assign reviews (#1287)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek authored Sep 28, 2022
1 parent 856306b commit 5ef2885
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/assign-reviewers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
# the github token will not have sufficient permission to update the PR.
pull_request_target:

permissions:
contents: read
pull-requests: write

jobs:
assign:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5ef2885

Please sign in to comment.