From c7a443c3764edec8c759780ae1077783046f7e37 Mon Sep 17 00:00:00 2001 From: Ben Larabie Date: Tue, 24 Sep 2024 09:08:09 -0400 Subject: [PATCH] removing us-east login --- .github/workflows/terragrunt_create_dev_environment.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/terragrunt_create_dev_environment.yml b/.github/workflows/terragrunt_create_dev_environment.yml index 74aff6a42..c5882d167 100644 --- a/.github/workflows/terragrunt_create_dev_environment.yml +++ b/.github/workflows/terragrunt_create_dev_environment.yml @@ -61,13 +61,6 @@ jobs: role-session-name: NotifyApiGitHubActions aws-region: "ca-central-1" - - name: Configure credentials to Notify Private ECR using OIDC - uses: aws-actions/configure-aws-credentials@master - with: - role-to-assume: arn:aws:iam::800095993820:role/notification-api-apply - role-session-name: NotifyApiGitHubActions - aws-region: "us-east-1" - - name: Login to Amazon ECR id: login-ecr uses: aws-actions/amazon-ecr-login@v2