Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

Notify Slack Action

Actions
Send Github Actions workflow status notifications to Slack
v1.0
Star (172)

Tags

 (2)

Test License: MIT

Notify Slack Action

Send workflow status notifications to Slack.

Example workflow

steps:
  - uses: ravsamhq/notify-slack-action@master
    if: always()
    with:
      status: ${{ job.status }}
      notify_when: [failure] # default: [success, failure, warnings]
    env:
      SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} # required
      GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # optional

Made in Python • By Ravgeet Dhillon @ RavSam Web Solutions.

Notify Slack Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Send Github Actions workflow status notifications to Slack
v1.0

Tags

 (2)

Notify Slack Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.