mirror of
https://github.com/step-security/harden-runner.git
synced 2026-06-05 19:53:33 +00:00
adding id-token write permission for code review action
This commit is contained in:
parent
6e98209e69
commit
1226c5f95a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/code-review.yml
vendored
1
.github/workflows/code-review.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue