Skip to content

asomas/notify-slack-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Github Action for sending workflow status notifications to Slack.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 84.3%
  • Dockerfile 13.7%
  • Makefile 2.0%