Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Dec 3, 2024
1 parent 14af3b0 commit d5dfe01
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/sanity-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

Expand Down

0 comments on commit d5dfe01

Please sign in to comment.