From 6c0bb19dd50e6408391918096ba729a3980c3ec5 Mon Sep 17 00:00:00 2001 From: Jakub Novak Date: Fri, 14 Mar 2025 10:09:54 +0100 Subject: [PATCH] Send releases notification to dedicated channel --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b7a178dc..cb4920c3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -342,3 +342,4 @@ jobs: SLACK_MESSAGE: ":here-we-go-again: :bob-the-destroyer: We need :fix-parrot: ASAP :pray:" SLACK_TITLE: Code Interpreter Release Failed SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} + SLACK_CHANNEL: "monitoring-releases"