Skip to content

Commit

Permalink
fix: actions deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
him-bhutani7 committed Jan 16, 2024
1 parent 378c351 commit d8ff373
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8ff373

Please sign in to comment.