Use release Slack channel
This commit is contained in:
parent
0bd549de3c
commit
923cfdbbf1
|
@ -96,6 +96,6 @@ jobs:
|
||||||
working-directory: code/woocommerce
|
working-directory: code/woocommerce
|
||||||
env:
|
env:
|
||||||
WC_E2E_SCREENSHOTS: 1
|
WC_E2E_SCREENSHOTS: 1
|
||||||
E2E_SLACK_TOKEN: ${{ secrets.E2E_SLACK_TOKEN }}
|
E2E_SLACK_TOKEN: ${{ secrets.SMOKE_TEST_SLACK_TOKEN }}
|
||||||
E2E_SLACK_CHANNEL: ${{ secrets.E2E_SLACK_CHANNEL }}
|
E2E_SLACK_CHANNEL: ${{ secrets.RELEASE_TEST_SLACK_CHANNEL }}
|
||||||
run: npx wc-e2e test:e2e
|
run: npx wc-e2e test:e2e
|
||||||
|
|
Loading…
Reference in New Issue