update secret names with E2E_
This commit is contained in:
parent
12c0793217
commit
ac94f70a16
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue