Skip to content

Commit

Permalink
fix: workflow role arn
Browse files Browse the repository at this point in the history
  • Loading branch information
zerj9 committed Sep 15, 2024
1 parent 68929a5 commit 042ad7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_to_ecr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: us-east-1
role-to-assume: arn:aws:iam::381492035828:role/GithubActions
role-to-assume: arn:aws:iam::017820660020:role/GithubActions

- name: Login to Amazon ECR
id: login-ecr
Expand Down

0 comments on commit 042ad7c

Please sign in to comment.