[testing worklflows] Consolidate the Slack channel used for test reports (#47611)
This commit is contained in:
parent
845bdae5bd
commit
0522511a72
|
@ -332,7 +332,7 @@ jobs:
|
|||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
slack_token: ${{ secrets.E2E_SLACK_TOKEN }}
|
||||
slack_channel: ${{ secrets.E2E_TRUNK_SLACK_CHANNEL }}
|
||||
slack_channel: ${{ secrets.TEST_REPORTS_SLACK_CHANNEL }}
|
||||
playwright_report_path: ./out/test-results-*.json
|
||||
playwright_output_dir: ./out/results-data
|
||||
|
||||
|
@ -400,4 +400,4 @@ jobs:
|
|||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
slack_token: ${{ secrets.E2E_SLACK_TOKEN }}
|
||||
slack_channel: ${{ secrets.E2E_TRUNK_SLACK_CHANNEL }}
|
||||
slack_channel: ${{ secrets.TEST_REPORTS_SLACK_CHANNEL }}
|
||||
|
|
|
@ -474,7 +474,7 @@ jobs:
|
|||
id: send-slack-message
|
||||
uses: slackapi/slack-github-action@v1.23.0
|
||||
with:
|
||||
channel-id: ${{ secrets.DAILY_TEST_SLACK_CHANNEL }}
|
||||
channel-id: ${{ secrets.TEST_REPORTS_SLACK_CHANNEL }}
|
||||
payload: ${{ steps.construct-slack-payload.outputs.payload }}
|
||||
env:
|
||||
SLACK_BOT_TOKEN: ${{ secrets.E2E_SLACK_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue