Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Update prod.yaml
Browse files Browse the repository at this point in the history
updated slack channel name
  • Loading branch information
Speculor authored Jan 27, 2022
1 parent fdec69d commit 8a85132
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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

0 comments on commit 8a85132

Please sign in to comment.