Skip to content

Commit cff2770

Browse files
authored
Update e2e-infra-destroy.yml
Signed-off-by: Henrique Graca <[email protected]>
1 parent 5774d10 commit cff2770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-infra-destroy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
uses: aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef
2828
with:
2929
role-to-assume: ${{ secrets.E2E_DEPLOY_ROLE }}
30-
aws-region: ${{ secrets.E2E_DEPLOY_REGION }}
31-
30+
aws-region: us-east-1
31+
3232
- name: Install CDK
3333
run: npm install -g aws-cdk
3434

0 commit comments

Comments
 (0)