Skip to content

Commit

Permalink
added slack message to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fraisai committed Nov 28, 2023
1 parent 9716fe2 commit 9580aff
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/slack-notify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Slack Notification of CI Status

on:
push:
branches: ["feature/raisa-cicd"]

jobs:
slackNotification:
name: Slack CI status message
runs-on: ubuntu-latest
steps:
- name: Slack Notify on Failure
uses: slackapi/[email protected]
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

0 comments on commit 9580aff

Please sign in to comment.