From 1226c5f95a67f1590f5e79ed13b2033508f508cf Mon Sep 17 00:00:00 2001 From: Ashish Kurmi Date: Sun, 7 May 2023 11:20:10 -0700 Subject: [PATCH] adding id-token write permission for code review action --- .github/workflows/code-review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 7361f6a..4f3b371 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -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