diff --git a/.github/workflows/production-daily.yml b/.github/workflows/production-daily.yml index f780ed4..4f3bcab 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 7b9f3cd..77c9652 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 6b0709a..c9fb816 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 6535e5b..8aff7e3 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 " } ] }