Skip to content

Commit 3095853

Browse files
committed
adding id-token write permission for code review action
1 parent 93f8c9a commit 3095853

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/code-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
permissions:
1515
contents: read
1616
pull-requests: write
17+
id-token: write
1718
steps:
1819
- name: Harden Runner
1920
uses: step-security/harden-runner@6b3083af2869dc3314a0257a42f4af696cc79ba3 # v2.3.1

0 commit comments

Comments
 (0)