From c96bbfb2ddfc3ec636c92a69b1fedaf2f735fc4a Mon Sep 17 00:00:00 2001 From: Shwetha Radhakrishna Date: Tue, 16 Nov 2021 09:32:27 -0600 Subject: [PATCH] chore: update slack alerts color (#179) --- .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:'