Skip to content

Commit

Permalink
Merge pull request #2112 from step-security/ak-main-updating-code-rev…
Browse files Browse the repository at this point in the history
…iewer-permissions

adding id-token write permission for code review action
  • Loading branch information
ashishkurmi authored May 7, 2023
2 parents 93f8c9a + 3095853 commit 539a98c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
permissions:
contents: read
pull-requests: write
id-token: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@6b3083af2869dc3314a0257a42f4af696cc79ba3 # v2.3.1
Expand Down

0 comments on commit 539a98c

Please sign in to comment.