diff --git a/.github/workflows/build-staging-and-deploy-aws.yml b/.github/workflows/build-staging-and-deploy-aws.yml index 0b012f942d..bc1ab3d71f 100644 --- a/.github/workflows/build-staging-and-deploy-aws.yml +++ b/.github/workflows/build-staging-and-deploy-aws.yml @@ -72,13 +72,12 @@ jobs: cd backend npm install npm run migration:latest - - - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 - with: - audience: sts.amazonaws.com - aws-region: us-east-1 - role-to-assume: arn:aws:iam::135906656851:role/github-action-deploy-prod + - name: Configure AWS Credentials + uses: aws-actions/configure-aws-credentials@v4 + with: + audience: sts.amazonaws.com + aws-region: us-east-1 + role-to-assume: arn:aws:iam::135906656851:role/github-action-deploy-prod - name: Save commit hashes for tag id: commit uses: pr-mpt/actions-commit-hash@v2 @@ -121,12 +120,12 @@ jobs: cd backend npm install npm run migration:latest - - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 - with: - audience: sts.amazonaws.com - aws-region: us-east-1 - role-to-assume: arn:aws:iam::135906656851:role/github-action-deploy-prod + - name: Configure AWS Credentials + uses: aws-actions/configure-aws-credentials@v4 + with: + audience: sts.amazonaws.com + aws-region: us-east-1 + role-to-assume: arn:aws:iam::135906656851:role/github-action-deploy-prod - name: Save commit hashes for tag id: commit uses: pr-mpt/actions-commit-hash@v2