Skip to content

Commit d5dfe01

Browse files
again
1 parent 14af3b0 commit d5dfe01

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/sanity-test.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ env:
1515
CRT_CI_ROLE: ${{ secrets.CRT_CI_ROLE_ARN }}
1616
AWS_DEFAULT_REGION: us-east-1
1717

18-
18+
permissions:
19+
id-token: write # This is required for requesting the JWT
1920

2021
jobs:
2122
cleanup:
@@ -42,6 +43,11 @@ jobs:
4243
runs-on: ubuntu-24.04
4344

4445
steps:
46+
- uses: aws-actions/configure-aws-credentials@v4
47+
with:
48+
role-to-assume: ${{ env.CRT_CI_ROLE }}
49+
aws-region: ${{ env.AWS_DEFAULT_REGION }}
50+
4551
- name: Checkout Source
4652
uses: actions/checkout@v4
4753

0 commit comments

Comments
 (0)