Skip to content

Send notifications to Slack from Github actions;

Notifications You must be signed in to change notification settings

beaconcrm/slack-github-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack Github Action

Send a notification to the #builds channel from a Github action. Designed for notifications of successful or failed builds Slack.

Usage

Add the following at the end of your deployment build workflow:

- uses: beaconcrm/slack-github-action@master
  with:
    status: ${{ job.status }}
    slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
  if: always() # Run on fail/cancelled too

Development

Make your changes, and then run yarn build to package the dist/index.js file, which is what is used at runtime by consumers.

About

Send notifications to Slack from Github actions;

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%