Skip to content

Commit

Permalink
ci: change env
Browse files Browse the repository at this point in the history
  • Loading branch information
apotdevin committed Jun 21, 2024
1 parent 4abc691 commit ff4e9b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.ECR_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.ECR_SECRET_KEY }}
aws-access-key-id: ${{ secrets.ECR_PUBLIC_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.ECR_PUBLIC_SECRET_KEY }}
aws-region: us-east-1

- name: Login to Amazon ECR
Expand Down

0 comments on commit ff4e9b4

Please sign in to comment.