Skip to content

Commit e435b02

Browse files
committedSep 21, 2022
.github/workflows: Update permissions for AssignReviewers action
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
1 parent eb7b7db commit e435b02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/AssignReviewers.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
if: github.event.pull_request.draft == false
1919
runs-on: ubuntu-latest
2020
permissions:
21+
actions: read
22+
contents: read
2123
pull-requests: write
2224
steps:
2325
- name: Checkout Pull Request Target

0 commit comments

Comments
 (0)
Please sign in to comment.