Skip to content

Commit

Permalink
fix(#136): testing secrets and aws log in
Browse files Browse the repository at this point in the history
  • Loading branch information
witash committed Oct 22, 2024
1 parent 53aa571 commit 5233e2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.ECR_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.ECR_SECRET_ACCESS_KEY }}
aws-access-key-id: ${{ secrets.ECR_ACCESS_KEY_ID_NO }}
aws-secret-access-key: ${{ secrets.ECR_SECRET_ACCESS_KEY_NO }}
aws-region: eu-west-2

- name: Login to Amazon ECR
Expand Down

0 comments on commit 5233e2c

Please sign in to comment.