Skip to content

Commit

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

adding id-token write permission for code review action
  • Loading branch information
ashishkurmi authored May 7, 2023
2 parents 6e98209 + 1226c5f commit 39fa126
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@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
Expand Down

0 comments on commit 39fa126

Please sign in to comment.