From fd6f354700f105992c065dfab6a4dea7213df82d Mon Sep 17 00:00:00 2001 From: isabelrios Date: Tue, 12 Nov 2024 17:48:26 +0100 Subject: [PATCH] Change notifications channel to mobile-alerts-tooling (#48) * Change channel for notifications * remove file --- .github/workflows/production-daily.yml | 2 +- .github/workflows/production-weekly.yml | 2 +- .github/workflows/staging-push.yml | 2 +- payload-slack-content.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/production-daily.yml b/.github/workflows/production-daily.yml index f780ed45..4f3bcab0 100644 --- a/.github/workflows/production-daily.yml +++ b/.github/workflows/production-daily.yml @@ -71,7 +71,7 @@ jobs: env: JOB_STATUS: ${{ job.status == 'success' && ':white_check_mark:' || job.status == 'failure' && ':x:' }} JOB_STATUS_COLOR: ${{ job.status == 'success' && '#36a64f' || job.status == 'failure' && '#FF0000' }} - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_MOBILE_ALERTS_TOOLING }} SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK with: diff --git a/.github/workflows/production-weekly.yml b/.github/workflows/production-weekly.yml index 7b9f3cde..77c96523 100644 --- a/.github/workflows/production-weekly.yml +++ b/.github/workflows/production-weekly.yml @@ -55,7 +55,7 @@ jobs: env: JOB_STATUS: ${{ job.status == 'success' && ':white_check_mark:' || job.status == 'failure' && ':x:' }} JOB_STATUS_COLOR: ${{ job.status == 'success' && '#36a64f' || job.status == 'failure' && '#FF0000' }} - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_MOBILE_ALERTS_TOOLING }} SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK with: diff --git a/.github/workflows/staging-push.yml b/.github/workflows/staging-push.yml index 6b0709a3..c9fb816a 100644 --- a/.github/workflows/staging-push.yml +++ b/.github/workflows/staging-push.yml @@ -73,7 +73,7 @@ jobs: env: JOB_STATUS: ${{ job.status == 'success' && ':white_check_mark:' || job.status == 'failure' && ':x:' }} JOB_STATUS_COLOR: ${{ job.status == 'success' && '#36a64f' || job.status == 'failure' && '#FF0000' }} - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_MOBILE_ALERTS_TOOLING }} SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK with: diff --git a/payload-slack-content.json b/payload-slack-content.json index 6535e5b6..8aff7e37 100644 --- a/payload-slack-content.json +++ b/payload-slack-content.json @@ -29,7 +29,7 @@ "elements": [ { "type": "mrkdwn", - "text": ":testops-notify: created by " + "text": ":testops-notify: created by " } ] }