Skip to content

Commit

Permalink
TOFIX: Add slack message
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Lezar <[email protected]>
  • Loading branch information
elezar committed Feb 12, 2025
1 parent ce79d01 commit f0b7348
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ on:
- release-*

jobs:
slack:
runs-on: ubuntu-latest
steps:
- name: Send Slack alert notification
uses: slackapi/[email protected]
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
with:
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
slack-message: |
Started CI for https://github.com/${{github.repository}}/commit/${{github.sha}}
code-scanning:
uses: ./.github/workflows/code_scanning.yaml

Expand Down

0 comments on commit f0b7348

Please sign in to comment.