From 5774d10115893902f7d9ffc3e83c8c8d72a549ba Mon Sep 17 00:00:00 2001 From: Henrique Graca <999396+hjgraca@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:12:21 +0000 Subject: [PATCH 1/2] Update e2e-infra-deploy.yml Signed-off-by: Henrique Graca <999396+hjgraca@users.noreply.github.com> --- .github/workflows/e2e-infra-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From cff277000f8c4cf26107b1650364634c1ba2aa96 Mon Sep 17 00:00:00 2001 From: Henrique Graca <999396+hjgraca@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:13:09 +0000 Subject: [PATCH 2/2] Update e2e-infra-destroy.yml Signed-off-by: Henrique Graca <999396+hjgraca@users.noreply.github.com> --- .github/workflows/e2e-infra-destroy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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