diff --git a/.github/workflows/e2e-infra-deploy.yml b/.github/workflows/e2e-infra-deploy.yml index b08a4cfb..a146ad33 100644 --- a/.github/workflows/e2e-infra-deploy.yml +++ b/.github/workflows/e2e-infra-deploy.yml @@ -27,7 +27,7 @@ jobs: uses: aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef with: role-to-assume: ${{ secrets.E2E_DEPLOY_ROLE }} - aws-region: ${{ secrets.E2E_DEPLOY_REGION }} + aws-region: us-east-1 - name: Set up .NET uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 @@ -57,7 +57,7 @@ jobs: uses: aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef with: role-to-assume: ${{ secrets.E2E_DEPLOY_ROLE }} - aws-region: ${{ secrets.E2E_DEPLOY_REGION }} + aws-region: us-east-1 - name: Set up .NET uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 diff --git a/.github/workflows/e2e-infra-destroy.yml b/.github/workflows/e2e-infra-destroy.yml index 2cd8f5d4..b18650dc 100644 --- a/.github/workflows/e2e-infra-destroy.yml +++ b/.github/workflows/e2e-infra-destroy.yml @@ -27,8 +27,8 @@ jobs: uses: aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef with: role-to-assume: ${{ secrets.E2E_DEPLOY_ROLE }} - aws-region: ${{ secrets.E2E_DEPLOY_REGION }} - + aws-region: us-east-1 + - name: Install CDK run: npm install -g aws-cdk