Skip to content

added slack message to workflow #1

added slack message to workflow

added slack message to workflow #1

Workflow file for this run

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