Change slack channel id

This commit is contained in:
Rodel Calasagsag 2023-08-16 16:44:11 +08:00
parent c092494c1e
commit 77277cdfbf
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ jobs:
id: send-slack-message
uses: slackapi/slack-github-action@v1.23.0
with:
channel-id: ${{ secrets.SMOKE_TEST_SLACK_CHANNEL }}
channel-id: ${{ secrets.DAILY_TEST_SLACK_CHANNEL }}
payload: ${{ steps.construct-slack-payload.outputs.payload }}
env:
SLACK_BOT_TOKEN: ${{ secrets.E2E_SLACK_TOKEN }}