From 98c7a3f54b855fe2c9ae24196503e60707895667 Mon Sep 17 00:00:00 2001 From: Shwetha Radhakrishna Date: Mon, 15 Nov 2021 21:25:27 -0600 Subject: [PATCH] chore: update slack alerts color --- .github/workflows/cli-core-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli-core-test.yml b/.github/workflows/cli-core-test.yml index 2ddbfabe..44e7d125 100644 --- a/.github/workflows/cli-core-test.yml +++ b/.github/workflows/cli-core-test.yml @@ -41,7 +41,7 @@ jobs: uses: rtCamp/action-slack-notify@v2 env: SLACK_WEBHOOK: ${{ secrets.ALERT_SLACK_WEB_HOOK }} - SLACK_COLOR: ${{ job.status }} + SLACK_COLOR: 'danger' SLACK_USERNAME: CLI Github Actions SLACK_MSG_AUTHOR: twilio-dx SLACK_ICON_EMOJI: ':github:'