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 7c26d3b commit 5ff3de3Copy full SHA for 5ff3de3
.github/workflows/main.yml
@@ -38,7 +38,7 @@ jobs:
38
uses: aws-actions/configure-aws-credentials@v1
39
with:
40
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
41
- aws-secret-acess-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
+ aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
42
aws-region: ${{ secrets.AWS_REGION }}
43
44
- name: Login to Amazon ECR
0 commit comments