Skip to content

Commit

Permalink
Revert "fix(#136): testing secrets and aws log in"
Browse files Browse the repository at this point in the history
This reverts commit 5233e2c.
  • Loading branch information
witash committed Oct 22, 2024
1 parent 5233e2c commit 586ab72
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_NO }}
aws-secret-access-key: ${{ secrets.ECR_SECRET_ACCESS_KEY_NO }}
aws-access-key-id: ${{ secrets.ECR_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.ECR_SECRET_ACCESS_KEY }}
aws-region: eu-west-2

- name: Login to Amazon ECR
Expand Down

0 comments on commit 586ab72

Please sign in to comment.