You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Notify Slack Action
v1.0
Send workflow status notifications to Slack.
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.