Skip to content

Instantly share code, notes, and snippets.

@rooty
Created February 26, 2026 17:53
Show Gist options
  • Select an option

  • Save rooty/a2c14807859113725a8c6826c942ef63 to your computer and use it in GitHub Desktop.

Select an option

Save rooty/a2c14807859113725a8c6826c942ef63 to your computer and use it in GitHub Desktop.
Notify on Slack in GitHub Actions
- name: Slack Notification
uses: 8398a7/action-slack@v3
with:
status: ${{ job.status }}
fields: repo,message,commit,author
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment