From fa562a3f5307da52fd43f5f6299e123b989d0a68 Mon Sep 17 00:00:00 2001 From: DmitriyMusatkin Date: Thu, 30 Jan 2025 10:49:15 -0800 Subject: [PATCH] and this --- .github/workflows/static.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index b602fd170..4eac6b4f3 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -10,6 +10,9 @@ env: CRT_CI_ROLE: ${{ secrets.CRT_CI_ROLE_ARN }} AWS_DEFAULT_REGION: us-east-1 +permissions: + id-token: write # This is required for requesting the JWT + jobs: clang-static: runs-on: ubuntu-24.04