Skip to content

Commit

Permalink
chore: flip back to integ test secrets instead of temp release secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
alharris-at committed Mar 8, 2022
1 parent 503e575 commit 33dd6a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ jobs:
- name: Run CLI Pull in test app
working-directory: e2e-test-app
run: |
FORCE_RENDER=1 amplify-dev pull --appId ${{ secrets.Q1_RELEASE_E2E_TEST_APP_ID }} --envName staging -y --providers "{\
FORCE_RENDER=1 amplify-dev pull --appId ${{ secrets.E2E_TEST_APP_ID }} --envName staging -y --providers "{\
\"awscloudformation\":{\
\"configLevel\":\"project\",\
\"useProfile\":false,\
\"profileName\":\"default\",\
\"accessKeyId\":\"${{ secrets.Q1_RELEASE_E2E_TEST_ACCESS_KEY }}\",\
\"secretAccessKey\":\"${{ secrets.Q1_RELEASE_E2E_TEST_SECRET_KEY }}\",\
\"accessKeyId\":\"${{ secrets.E2E_TEST_ACCESS_KEY }}\",\
\"secretAccessKey\":\"${{ secrets.E2E_TEST_SECRET_KEY }}\",\
\"region\":\"us-west-2\"\
}\
}"
Expand Down

0 comments on commit 33dd6a8

Please sign in to comment.