Skip to content

Commit

Permalink
new secret
Browse files Browse the repository at this point in the history
  • Loading branch information
riteshsonawane1372 committed Oct 15, 2024
1 parent 2821e37 commit 43f0340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push-ecr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Setup AWS Creds
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.SECRET_ACCESS_KEY }}
aws-access-key-id: ${{ secrets.ACCESS_KEY_AWS }}
aws-secret-access-key: ${{ secrets.SECRET_KEY_AWS }}
aws-region: us-west-2

- name: login ECR
Expand Down

0 comments on commit 43f0340

Please sign in to comment.