From 133e3e48f9e3b638fd04180777259d332241858d Mon Sep 17 00:00:00 2001 From: Becky Smith Date: Tue, 2 Jan 2024 09:56:02 +0000 Subject: [PATCH] Change slack notification channel for docs links failures --- .github/workflows/check_links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index 3fd9e7f3b..e04528014 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -53,6 +53,6 @@ jobs: env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} with: - channel_id: C03FB777L1M + channel_id: C069SADHP1Q status: "Check Docs Links Failure" color: danger