Skip to content

Commit

Permalink
Use correct role in CD when authorizing with AWS (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
vegarsti authored Jun 18, 2024
1 parent 5a128a1 commit e231198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Configure AWS Credentials
uses: aws-actions/[email protected]
with:
role-to-assume: arn:aws:iam::118330671040:role/node-indexer
role-to-assume: arn:aws:iam::118330671040:role/node-indexer-ci
aws-region: ${{ env.AWS_REGION }}

- name: Login to Amazon ECR
Expand Down

0 comments on commit e231198

Please sign in to comment.