Notify Slack Action
ActionsSend Github Actions workflow status notifications to Slack regarding failures, warnings or even success. You can read more about the action in our blog post.
steps:
- uses: ravsamhq/notify-slack-action@master
if: always()
with:
status: ${{ job.status }}
notify_when: 'failure' # default is 'success,failure,warnings'
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} # required
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.