Merge pull request #31643 from MrJnrman/fix/update-github-action-env

Update ENV variables to be plain text
This commit is contained in:
Greg 2022-01-14 10:53:30 -07:00 committed by GitHub
commit a1523c39fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -130,7 +130,7 @@ jobs:
- name: Run tests command.
working-directory: package/woocommerce/plugins/woocommerce
env:
BASE_URL: ${{ secrets.PR_E2E_TEST_URL }}
USER_KEY: ${{ secrets.PR_E2E_TEST_ADMIN_USER }}
USER_SECRET: ${{ secrets.PR_E2E_TEST_ADMIN_PASSWORD }}
BASE_URL: http://localhost:8084
USER_KEY: admin
USER_SECRET: password
run: pnpx wc-api-tests test api