[testing worklflows] Consolidate the Slack channel used for test reports (#47611)

This commit is contained in:
Adrian Moldovan 2024-05-22 17:01:51 +03:00 committed by GitHub
parent 845bdae5bd
commit 0522511a72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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 }}

View File

@ -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 }}