From d5dfe01f104b3b5c4f6228ff231a00447ed8e01f Mon Sep 17 00:00:00 2001 From: DmitriyMusatkin Date: Tue, 3 Dec 2024 14:15:25 -0800 Subject: [PATCH] again --- .github/workflows/sanity-test.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sanity-test.yml b/.github/workflows/sanity-test.yml index 4fafcd0e1..fcd50d4e1 100644 --- a/.github/workflows/sanity-test.yml +++ b/.github/workflows/sanity-test.yml @@ -15,7 +15,8 @@ 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: cleanup: @@ -42,6 +43,11 @@ jobs: runs-on: ubuntu-24.04 steps: + - uses: aws-actions/configure-aws-credentials@v4 + with: + role-to-assume: ${{ env.CRT_CI_ROLE }} + aws-region: ${{ env.AWS_DEFAULT_REGION }} + - name: Checkout Source uses: actions/checkout@v4