File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,6 @@ jobs:
104104 uses : aws-actions/aws-secretsmanager-get-secrets@v1
105105 with :
106106 secret-ids : |
107- # ACCOUNT_ID, region-account/${{ env.E2E_TEST_AWS_REGION }}
108107 DOTNET_MAIN_SAMPLE_APP_IMAGE, e2e-test/dotnet-main-sample-app-image
109108 DOTNET_REMOTE_SAMPLE_APP_IMAGE, e2e-test/dotnet-remote-sample-app-image
110109
@@ -113,7 +112,6 @@ jobs:
113112 - name : Configure AWS Credentials
114113 uses : aws-actions/configure-aws-credentials@v4
115114 with :
116- # role-to-assume: arn:aws:iam::${{ env.ACCOUNT_ID }}:role/${{ env.E2E_TEST_ROLE_NAME }}
117115 role-to-assume : arn:aws:iam::${{ env.E2E_TEST_ACCOUNT_ID }}:role/${{ env.E2E_TEST_ROLE_NAME }}
118116 aws-region : ${{ env.E2E_TEST_AWS_REGION }}
119117
You can’t perform that action at this time.
0 commit comments