File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -67,14 +67,14 @@ jobs:
6767 FIREBOLT_BASE_URL : " api.dev.firebolt.io"
6868 run : |
6969 pytest -o log_cli=true -o log_cli_level=INFO tests/integration
70-
70+
7171 - name : Slack Notify of failure
7272 if : failure()
73- uses : rtCamp/action- slack[email protected] 74- env :
75- SLACK_USERNAME : CI bot
76- SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK }}
77- SLACK_COLOR : " #FF0000 "
78- SLACK_ICON : None
79- SLACK_TITLE : Nightly tests failed
80- SLACK_MESSAGE : Please investigate
73+ id : slack
74+ uses : firebolt-db/action-slack-nightly-notify@v1
75+ with :
76+ os : ${{ matrix.os }}
77+ programming-language : Python
78+ language-version : ${{ matrix.python-version }}
79+ notifications-channel : ' ecosystem-ci-notifications '
80+ slack-api-key : ${{ secrets.SLACK_BOT_TOKEN }}
You can’t perform that action at this time.
0 commit comments