Skip to content

Commit

Permalink
.github/workflows: Use token permissions for AssignReviewers
Browse files Browse the repository at this point in the history
Signed-off-by: Michael D Kinney <[email protected]>
  • Loading branch information
mdkinney committed Sep 21, 2022
1 parent e435b02 commit ca92075
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/AssignReviewers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
assign_reviewers:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
pull-requests: write
steps:
- name: Checkout Pull Request Target
uses: actions/checkout@v2
Expand Down

0 comments on commit ca92075

Please sign in to comment.