Skip to content

Commit

Permalink
fix: 개발계 헬스 체크 실패시 알림보내는 슬랙 채널 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
seungho-kang committed Nov 5, 2022
1 parent 25f1881 commit 08ce31a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/healthcheck-dev-admin-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
}]
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_DEV }}
2 changes: 1 addition & 1 deletion .github/workflows/healthcheck-dev-boss-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
}]
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_DEV }}
2 changes: 1 addition & 1 deletion .github/workflows/healthcheck-dev-user-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
}]
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_DEV }}

0 comments on commit 08ce31a

Please sign in to comment.