Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test with CRT CI role
  • Loading branch information
xiazhvera committed Jun 12, 2025
commit 613b69c6ca63e5c00dcb3f39358d1a988d05156d
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:
RUN: ${{ github.run_id }}-${{ github.run_number }}
AWS_DEFAULT_REGION: us-east-1
SDK_V1_CI_ROLE: ${{ secrets.CI_SDK_V1_ROLE_ARN }}
CRT_CI_Role: arn:aws:iam::123124136734:role/CRT_CI_Role

permissions:
id-token: write # This is required for requesting the JWT
Expand Down Expand Up @@ -41,7 +42,7 @@ jobs:
id: creds
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ env.SDK_V1_CI_ROLE }}
role-to-assume: ${{ env.CRT_CI_Role }}
aws-region: ${{ env.AWS_DEFAULT_REGION }}
output-credentials: true
- name: Build ${{ env.PACKAGE_NAME }} + consumers
Expand Down
Loading