From 59ca50fa6e40d2ebb9b2ef4e51202818883f9f61 Mon Sep 17 00:00:00 2001 From: Anagh Hegde Date: Thu, 26 Sep 2024 11:20:37 +0530 Subject: [PATCH] chore: update the channel id for the postgres conflict alerts (#36554) ## Description Updated the channel info alerting when there is conflict ## Summary by CodeRabbit - **Bug Fixes** - Updated the Slack message channel to ensure messages are sent to the correct destination. --- .github/workflows/sync-release-to-pg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-release-to-pg.yml b/.github/workflows/sync-release-to-pg.yml index 2e50073a07b1..f5ad35e0669c 100644 --- a/.github/workflows/sync-release-to-pg.yml +++ b/.github/workflows/sync-release-to-pg.yml @@ -71,7 +71,7 @@ jobs: # This is the ChannelId of the proj postgres channel. body="$(jq -nc \ - --arg channel C06Q3A97USE \ + --arg channel C07JMLWEXDJ \ --arg text "$slack_message" \ '$ARGS.named' )"