diff --git a/.github/workflows/build-deploy-prod.yml b/.github/workflows/build-deploy-prod.yml index e32aa0a..2857128 100644 --- a/.github/workflows/build-deploy-prod.yml +++ b/.github/workflows/build-deploy-prod.yml @@ -37,8 +37,9 @@ jobs: - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1 with: - role-to-assume: arn:aws:iam::${{ env.AWS_ACCOUNT_ID }}:role/github-actions-role - aws-region: ${{ env.AWS_REGION }} + # role-to-assume: arn:aws:iam::${{ env.AWS_ACCOUNT_ID }}:role/github-actions-role + role-to-assume: arn:aws:iam::381177214925:role/github-actions-role + aws-region: us-east-1 role-session-name: GithubActions # gather metadata from git & github actions to reference in docker