Skip to content

Commit

Permalink
Fix ci slack channel name (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 authored Jun 20, 2023
1 parent ce8694e commit eb5204b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
enable_cache: true
enable_notify_comment: true
enable_notify_slack: true
slack_channel: darwinia-ecosystem
slack_channel: public-darwinia-ecosystem
slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
prod_mode: true
enable_cache: true
enable_notify_slack: true
slack_channel: darwinia-ecosystem
slack_channel: public-darwinia-ecosystem
slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}
2 changes: 1 addition & 1 deletion .github/workflows/deploy-stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
project_name: home
enable_cache: true
enable_notify_slack: true
slack_channel: darwinia-ecosystem
slack_channel: public-darwinia-ecosystem
slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}

0 comments on commit eb5204b

Please sign in to comment.