We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f2b8be commit b8a707aCopy full SHA for b8a707a
.github/workflows/deploy-sandbox.yml
@@ -17,9 +17,9 @@ jobs:
17
uses: actions/checkout@v3
18
19
- name: Assume AWS Deployer role
20
- uses: aws-actions/configure-aws-credentials@v2
+ uses: aws-actions/configure-aws-credentials@v3
21
with:
22
- role-to-assume: arn:aws:iam::266177478658:role/GithubActionsDeployerRole
+ role-to-assume: arn:aws:iam::266177478658:role/GitHubActions-Deployer
23
aws-region: us-east-1
24
25
- name: Login to ECR
0 commit comments