From ba6ebbd37da7316355b8691e5aa739f399a76af6 Mon Sep 17 00:00:00 2001 From: Chris O'Haver Date: Mon, 19 Sep 2022 11:32:31 -0400 Subject: [PATCH] add id-token: write (#5637) Signed-off-by: Chris O'Haver Signed-off-by: Chris O'Haver --- .github/workflows/scorecards.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 7a410b760..8a54d9fbe 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -19,6 +19,7 @@ jobs: security-events: write actions: read contents: read + id-token: write steps: - name: "Checkout code"