From b06d2309cff249f74b8aea02d0c56e8d763f943c Mon Sep 17 00:00:00 2001 From: Nathaniel May Date: Thu, 3 Aug 2023 14:36:14 -0400 Subject: [PATCH] move slack secret (#859) Co-authored-by: colin-rogers-dbt <111200756+colin-rogers-dbt@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}