update secret names with E2E_

This commit is contained in:
Ron Rennick 2021-03-10 14:51:18 -04:00
parent 12c0793217
commit ac94f70a16
1 changed files with 2 additions and 2 deletions

View File

@ -108,6 +108,6 @@ jobs:
working-directory: code/woocommerce working-directory: code/woocommerce
env: env:
WC_E2E_SCREENSHOTS: 1 WC_E2E_SCREENSHOTS: 1
E2E_SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }} E2E_SLACK_TOKEN: ${{ secrets.E2E_SLACK_TOKEN }}
E2E_SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }} E2E_SLACK_CHANNEL: ${{ secrets.E2E_SLACK_CHANNEL }}
run: npx wc-e2e test:e2e run: npx wc-e2e test:e2e