From c8a1541316e3cb75a109a8583a812fb30e6136fc Mon Sep 17 00:00:00 2001 From: Gautam Botrel Date: Fri, 13 Sep 2024 11:02:32 -0500 Subject: [PATCH] build: add slack destination channel --- .github/workflows/slack-notifications.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/slack-notifications.yml b/.github/workflows/slack-notifications.yml index 53316dfdf..b17fe2495 100644 --- a/.github/workflows/slack-notifications.yml +++ b/.github/workflows/slack-notifications.yml @@ -42,6 +42,7 @@ jobs: if [[ "${{ inputs.status }}" == "success" ]]; then SLACK_MESSAGE=$(cat <<-EOF { + "channel": "#team-gnark-build", "blocks": [ { "type": "section",