We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d62b3dc commit 485ca26Copy full SHA for 485ca26
1 file changed
.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Configure AWS credentials
21
uses: aws-actions/configure-aws-credentials@v4
22
with:
23
- role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
+ role-to-assume: ${{ vars.AWS_ROLE_ARN }}
24
aws-region: ${{ vars.AWS_REGION }}
25
26
- name: Login to Amazon ECR
0 commit comments