From 8f908e1f04e08de737a22beb4fb43bc332e810e1 Mon Sep 17 00:00:00 2001 From: Saurabh Shrihar Date: Mon, 18 Mar 2024 14:57:22 +0400 Subject: [PATCH] Check hardcoded values --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 59f82da..c024f9d 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -65,7 +65,7 @@ jobs: uses: aws-actions/configure-aws-credentials@v1 with: aws-region: eu-west-1 - role-to-assume: arn:aws:iam::$ACCOUNT_NUMBER:role/static-$DEPLOY_ENV-GithubActionsRole + role-to-assume: arn:aws:iam::058264511034:role/static-dev-GithubActionsRole role-session-name: GithubActionsSession - name: Login to Amazon ECR