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 0f71411 commit 1f3e502Copy full SHA for 1f3e502
.github/workflows/pr-env-deploy.yml
@@ -371,14 +371,6 @@ jobs:
371
- name: Retrieve Client Certificates
372
run: make truststore-pull-client ENV=dev
373
374
- - name: Configure Dev Account Credentials
375
- uses: aws-actions/configure-aws-credentials@v4
376
- with:
377
- aws-region: eu-west-2
378
- role-chaining: true
379
- role-to-assume: ${{ secrets.DEPLOY_ROLE_ARN }}
380
- role-session-name: github-actions-ci-${{ needs.set-environment-id.outputs.environment_id }}
381
-
382
- name: Smoke Test
383
run: |
384
make TF_WORKSPACE_NAME=${{ needs.set-environment-id.outputs.environment_id }} test-smoke-internal
0 commit comments