Skip to content

Commit f0b7348

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

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yaml

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

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

0 commit comments

Comments
 (0)