Skip to content

Commit 485ca26

Browse files
Update yml
1 parent d62b3dc commit 485ca26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Configure AWS credentials
2121
uses: aws-actions/configure-aws-credentials@v4
2222
with:
23-
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
23+
role-to-assume: ${{ vars.AWS_ROLE_ARN }}
2424
aws-region: ${{ vars.AWS_REGION }}
2525

2626
- name: Login to Amazon ECR

0 commit comments

Comments
 (0)