Skip to content

Commit

Permalink
Merge pull request #5 from akto-api-security/feature/auth_custom
Browse files Browse the repository at this point in the history
fix release
  • Loading branch information
notshivansh authored Nov 9, 2024
2 parents 1d4bbca + a2779e5 commit eb5e440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Configure AWS Credentials for ECR
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{secrets.AWS_ACCESS_KEY_ID_PROD}}
aws-secret-access-key: ${{secrets.AWS_SECRET_ACCESS_KEY_PROD}}
aws-access-key-id: ${{secrets.AWS_ACCESS_KEY_ID}}
aws-secret-access-key: ${{secrets.AWS_SECRET_ACCESS_KEY}}
aws-region: us-east-1

- name: Login to Amazon ECR
Expand Down

0 comments on commit eb5e440

Please sign in to comment.