From ae8b8f840396442f9ee5058b00d02cfb3f3cd5d7 Mon Sep 17 00:00:00 2001 From: kirrg001 Date: Mon, 13 May 2024 14:00:34 +0200 Subject: [PATCH] chore: replaced channel id test stats action - we migrate to a new slack bot soon --- .github/workflows/schedule-test-stats.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schedule-test-stats.yaml b/.github/workflows/schedule-test-stats.yaml index 9f2a0a6fb4..eb887483f0 100644 --- a/.github/workflows/schedule-test-stats.yaml +++ b/.github/workflows/schedule-test-stats.yaml @@ -21,7 +21,7 @@ jobs: - name: Send slack message uses: slackapi/slack-github-action@v1.21.0 with: - channel-id: D02FE3BFEHG + channel-id: ${{ secrets.SLACK_CHANNEL_ID_RELEASES }} payload: | { "text": "Node.js Test Stats",