From be2c964244a91ab4de1f13ad96b72c209ed31c8d Mon Sep 17 00:00:00 2001 From: Nathaniel May Date: Mon, 10 Jul 2023 12:02:56 -0400 Subject: [PATCH] move alerts --- .github/workflows/integration.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 0d6d91855..01966f227 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -236,4 +236,4 @@ jobs: notification_title: 'Redshift nightly integration test failed' status: ${{ job.status }} env: - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_DEV_CORE_ALERTS }} + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_DEV_ADAPTER_ALERTS }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c0885001..88942e251 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -225,4 +225,4 @@ jobs: status: "failure" secrets: - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_DEV_CORE_ALERTS }} + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_DEV_ADAPTER_ALERTS }}