From 8a851327e61e3b6b4dd25e29f676c199414068df Mon Sep 17 00:00:00 2001 From: Speculor Date: Thu, 27 Jan 2022 12:22:47 -0400 Subject: [PATCH] Update prod.yaml updated slack channel name --- .github/workflows/prod.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/prod.yaml b/.github/workflows/prod.yaml index cccd6a161..029a26055 100644 --- a/.github/workflows/prod.yaml +++ b/.github/workflows/prod.yaml @@ -19,7 +19,7 @@ jobs: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} uses: voxmedia/github-action-slack-notify-build@v1 with: - channel: infra-ci-kek + channel: infra-ci-kekdao status: BUILD STARTED color: warning @@ -72,7 +72,7 @@ jobs: uses: voxmedia/github-action-slack-notify-build@v1 with: message_id: ${{ steps.slack.outputs.message_id }} - channel: infra-ci-kek + channel: infra-ci-kekdao status: BUILD SUCCESSFUL color: good @@ -83,7 +83,7 @@ jobs: uses: voxmedia/github-action-slack-notify-build@v1 with: message_id: ${{ steps.slack.outputs.message_id }} - channel: infra-ci-kek + channel: infra-ci-kekdao status: BUILD FAILED color: danger @@ -98,7 +98,7 @@ jobs: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} uses: voxmedia/github-action-slack-notify-build@v1 with: - channel: infra-ci-kek + channel: infra-ci-kekdao status: DEPLOYMENT STARTED color: warning @@ -137,7 +137,7 @@ jobs: uses: voxmedia/github-action-slack-notify-build@v1 with: message_id: ${{ steps.slack.outputs.message_id }} - channel: infra-ci-kek + channel: infra-ci-kekdao status: DEPLOYMENT SUCCESSFUL color: good @@ -148,6 +148,6 @@ jobs: uses: voxmedia/github-action-slack-notify-build@v1 with: message_id: ${{ steps.slack.outputs.message_id }} - channel: infra-ci-kek + channel: infra-ci-kekdao status: DEPLOYMENT FAILED color: danger