Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
ci: changed the secrets used
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmachan committed Nov 30, 2021
1 parent 7093dd7 commit 337c4b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SEC }}
aws-access-key-id: ${{ secrets.AWS_TEST_ACCOUNT_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_TEST_ACCOUNT_SECRET_ACCESS_KEY }}
aws-region: 'us-west-1'
- name: Setup python 3.8
uses: actions/setup-python@v2
Expand Down

0 comments on commit 337c4b8

Please sign in to comment.