Skip to content

Commit 3f2b8be

Browse files
committed
add deployer role
1 parent b195a78 commit 3f2b8be

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy-sandbox.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v3
1818

19-
# - name: Assume AWS Deployer role
20-
# uses: aws-actions/configure-aws-credentials@v2
21-
# with:
22-
# role-to-assume: unknown
23-
# aws-region: us-east-1
19+
- name: Assume AWS Deployer role
20+
uses: aws-actions/configure-aws-credentials@v2
21+
with:
22+
role-to-assume: arn:aws:iam::266177478658:role/GithubActionsDeployerRole
23+
aws-region: us-east-1
2424

2525
- name: Login to ECR
2626
id: login-ecr

0 commit comments

Comments
 (0)