Skip to content

Commit

Permalink
[TM-1312] Fix role name
Browse files Browse the repository at this point in the history
  • Loading branch information
roguenet committed Oct 15, 2024
1 parent 12831a0 commit 48c70ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:

env:
AWS_REGION: eu-west-1
AWS_ROLE_TO_ASSUME: arn:aws:iam::617001639586:role/github_ecr_access # set the role ARN for AWS authentication
AWS_ROLE_TO_ASSUME: arn:aws:iam::617001639586:role/github-ecr-access # set the role ARN for AWS authentication
AWS_ROLE_SESSION_NAME: terramatch-microservices-cicd
ECR_REPOSITORY: terramatch-microservices/${{ github.events.inputs.env }}
ECR_REGISTRY: 603634817705.dkr.ecr.eu-west-1.amazonaws.com
Expand Down

0 comments on commit 48c70ac

Please sign in to comment.