Skip to content

Commit b8a707a

Browse files
committed
change deployer role
1 parent 3f2b8be commit b8a707a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-sandbox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
uses: actions/checkout@v3
1818

1919
- name: Assume AWS Deployer role
20-
uses: aws-actions/configure-aws-credentials@v2
20+
uses: aws-actions/configure-aws-credentials@v3
2121
with:
22-
role-to-assume: arn:aws:iam::266177478658:role/GithubActionsDeployerRole
22+
role-to-assume: arn:aws:iam::266177478658:role/GitHubActions-Deployer
2323
aws-region: us-east-1
2424

2525
- name: Login to ECR

0 commit comments

Comments
 (0)