Skip to content

Commit 4a20689

Browse files
authored
ci: New slack notification action (#71)
1 parent 25cdf24 commit 4a20689

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/nightly.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)