Skip to content

Commit

Permalink
QA release call custom_helpline to deploy E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhand committed Jan 26, 2023
1 parent abc275a commit 9272ac5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/serverless-pre-release-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,7 @@ on:
jobs:
build-and-deploy:
uses: ./.github/workflows/custom_helpline.yml
secrets:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
E2E_DEV_ACCOUNT_SID: ${{ secrets.E2E_DEV_ACCOUNT_SID }}
E2E_DEV_AUTH_TOKEN: ${{ secrets.E2E_DEV_AUTH_TOKEN }}
secrets: inherit
with:
helpline_code: E2E
environment_code: DEV
Expand Down

0 comments on commit 9272ac5

Please sign in to comment.