Skip to content

Commit

Permalink
.github/workflows: Update permissions for AssignReviewers action
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 eb7b7db commit e435b02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/AssignReviewers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
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
Expand Down

0 comments on commit e435b02

Please sign in to comment.