We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba91c2 commit cb4ce55Copy full SHA for cb4ce55
.github/workflows/IntegrationTesting.yml
@@ -128,10 +128,9 @@ jobs:
128
name: terraform-state-artifact
129
130
- name: Configure AWS Credentials
131
- uses: aws-actions/configure-aws-credentials@v1
+ uses: aws-actions/configure-aws-credentials@v4
132
with:
133
- aws-access-key-id: ${{ secrets.INTEG_TEST_AWS_KEY_ID }}
134
- aws-secret-access-key: ${{ secrets.INTEG_TEST_AWS_KEY_SECRET }}
+ role-to-assume: ${{ secrets.AWS_INTEG_TEST_ROLE_ARN }}
135
aws-region: us-west-2
136
137
- name: Setup Terraform
0 commit comments