Skip to content

Commit

Permalink
fix: Fix AWS login in Action
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Jan 6, 2025
1 parent 92be54e commit 6dd6fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
id: ecr
uses: elgohr/ecr-login-action@v3
with:
access_key: ${{ secrets.AWS_ACCESS_KEY }}
access_key: ${{ secrets.AWS_ACCESS_KEY_ID }}
secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
region: ${{ secrets.AWS_REGION }}
- name: Publish to AWS ECR
Expand Down

0 comments on commit 6dd6fb0

Please sign in to comment.