From c3fc657cb92a57ee0a2ee7438469f476cdfeeeb1 Mon Sep 17 00:00:00 2001 From: matts <22215332+devopsmatt@users.noreply.github.com> Date: Wed, 13 Nov 2024 12:12:37 -0800 Subject: [PATCH] Update alert_PD_schedule_Slack.yml (#16535) Change hook for Slack to SLACK_NOTIFICATIONS_WEBHOOK_URL for PD scheduling alerts --- .github/workflows/alert_PD_schedule_Slack.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/alert_PD_schedule_Slack.yml b/.github/workflows/alert_PD_schedule_Slack.yml index e9593ec4d9c..917cb93b9db 100644 --- a/.github/workflows/alert_PD_schedule_Slack.yml +++ b/.github/workflows/alert_PD_schedule_Slack.yml @@ -82,7 +82,7 @@ jobs: 🔸"Next": *"${{ env.Schedules_oncallSchedule_3_NextPersonName }}"* : \`"${{ env.Schedules_oncallSchedule_3_NextFrom }}"\` _until_ \`"${{ env.Schedules_oncallSchedule_3_NextUntil }}"\` icon-emoji: ':alarm_clock:' channel: ${{ env.channel }} - webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }} + webhook-url: ${{ secrets.SLACK_NOTIFICATIONS_WEBHOOK_URL }} color: good PDAlert_WeekDays: @@ -133,5 +133,5 @@ jobs: ❗"Now": *"${{ env.Schedules_oncallSchedule_3_OnCallPersonName }}"* icon-emoji: ':alarm_clock:' channel: ${{ env.channel }} - webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }} + webhook-url: ${{ secrets.SLACK_NOTIFICATIONS_WEBHOOK_URL }} color: good