Skip to content

Commit 018289d

Browse files
committed
TOFIX: Add slack message
Signed-off-by: Evan Lezar <[email protected]>
1 parent ce79d01 commit 018289d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ on:
2222
- release-*
2323

2424
jobs:
25+
slack:
26+
- name: Send Slack alert notification
27+
uses: slackapi/[email protected]
28+
env:
29+
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
30+
with:
31+
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
32+
slack-message: |
33+
Started CI for https://github.com/${{github.repository}}/commit/${{github.sha}}
34+
2535
code-scanning:
2636
uses: ./.github/workflows/code_scanning.yaml
2737

0 commit comments

Comments
 (0)