Skip to content

Commit

Permalink
debug: test assume role
Browse files Browse the repository at this point in the history
  • Loading branch information
david-iov committed Jul 17, 2024
1 parent 09ac8cb commit 734bb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testnet.deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.ROLE_ECS_ARN }}
role-to-assume: "arn:aws:iam::490818634405:role/mecha/gh-dao-frontend-testnet"
aws-region: ${{ env.AWS_REGION }}

- name: Login to Amazon ECR
Expand Down

0 comments on commit 734bb3f

Please sign in to comment.