diff --git a/.github/workflows/alert_MBUsers_Inactive.yml b/.github/workflows/alert_MBUsers_Inactive.yml index 72396770da0..5907acffc5e 100644 --- a/.github/workflows/alert_MBUsers_Inactive.yml +++ b/.github/workflows/alert_MBUsers_Inactive.yml @@ -40,7 +40,6 @@ jobs: echo -e "$messageInactiveUsers">> $GITHUB_OUTPUT echo "$EOF" >> $GITHUB_OUTPUT - - name: Slack Notification uses: ./.github/actions/notifications with: @@ -49,8 +48,7 @@ jobs: message: | ${{ steps.users_out.outputs.MESSAGE_RESPONSE }} icon-emoji: ':hourglass_flowing_sand:' - channel: pagerduty-alert-dump - webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }} + channel: temp-cdc-rs-notifications # Updated channel + webhook-url: ${{ secrets.SLACK_NOTIFICATIONS_WEBHOOK_URL }} # Updated webhook secret color: warning slackify-markdown: true - diff --git a/.github/workflows/alert_cert_expire.yml b/.github/workflows/alert_cert_expire.yml index 304a8e37a75..9b39e6b1116 100644 --- a/.github/workflows/alert_cert_expire.yml +++ b/.github/workflows/alert_cert_expire.yml @@ -61,8 +61,8 @@ jobs: message: | ${{ steps.format_out.outputs.LIST }} icon-emoji: ':bell:' - channel: pagerduty-alert-dump - webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }} + channel: temp-cdc-rs-notifications # Updated channel + webhook-url: ${{ secrets.SLACK_NOTIFICATIONS_WEBHOOK_URL }} # Updated webhook secret color: warning - name: Remove Runner IP from the KeyVault Firewalls diff --git a/.github/workflows/alert_resource_costs.yml b/.github/workflows/alert_resource_costs.yml index a085af0132e..247e3d640e2 100644 --- a/.github/workflows/alert_resource_costs.yml +++ b/.github/workflows/alert_resource_costs.yml @@ -65,7 +65,7 @@ jobs: * **Provisioned by: \`${{ steps.last-pusher.outputs.username }}\`** * **Last Change Date: \`${{ steps.last-pusher.outputs.last_change_date }}\`** icon-emoji: ':money_with_wings:' - channel: prime-reportstream-engineering - webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }} + channel: temp-cdc-rs-notifications # Updated channel + webhook-url: ${{ secrets.SLACK_NOTIFICATIONS_WEBHOOK_URL }} # Updated webhook secret color: failure slackify-markdown: true diff --git a/.github/workflows/alert_terraform_changes.yml b/.github/workflows/alert_terraform_changes.yml index 0e0bb7392a8..fb9efbfa0e3 100644 --- a/.github/workflows/alert_terraform_changes.yml +++ b/.github/workflows/alert_terraform_changes.yml @@ -32,7 +32,6 @@ jobs: tf-auth: true - name: Collect Terraform stats - uses: josiahsiegel/terraform-stats@68b8cbe42c494333fbf6f8d90ac86da1fb69dcc2 ## DevSecOps - Aquia (Replace) - uses: ./.github/actions/terraform-stats @@ -66,6 +65,6 @@ jobs: "resource-drifts": "${{ env.resource-drifts }}" icon-emoji: ':bell:' - channel: pagerduty-alert-dump - webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }} + channel: temp-cdc-rs-notifications # Updated channel + webhook-url: ${{ secrets.SLACK_NOTIFICATIONS_WEBHOOK_URL }} # Updated webhook secret color: warning