Skip to content

Commit

Permalink
Update alert_PD_schedule_Slack.yml (#16535)
Browse files Browse the repository at this point in the history
Change hook for Slack to SLACK_NOTIFICATIONS_WEBHOOK_URL
for PD scheduling alerts
  • Loading branch information
devopsmatt authored Nov 13, 2024
1 parent f01b1ec commit c3fc657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/alert_PD_schedule_Slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit c3fc657

Please sign in to comment.