biboukat/Slack Notifications
A Github Action for sending Workflow run results to Slack
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 23, 2025
- License
- None
Pinned Snippet
uses: biboukat/slack-notification@deb523dcc0431eb0ec5f0b2a607527284d2f0169 # v1.17tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repo_token | You must manually pass in secrets.GITHUB_TOKEN | yes | — |
| slack_webhook_url | Your slack webhook url | yes | — |
| channel | Override the default channel configured by the SLACK_WEBHOOK_URL | no | — |
| name | Override the default name configured by the Slack SLACK_WEBHOOK_URL | no | — |
| icon_emoji | Override the default webhook icon with an emoji. Uses emoji code: https://www.webfx.com/tools/emoji-cheat-sheet/ | no | — |
| icon_url | Override the default webhook icon with an image via url. | no | — |
| include_jobs | Should the slack notification include individual job status and run times | yes | true |
| include_commit_message | Should the slack notification include the head commit message | yes | false |
| jobs_to_fetch | Number of jobs to fetch (for workflows with big number of jobs) | no | 30 |
| pretext | Optional pre-text that appears above the attachment block | no | "" |
| names_of_jobs_to_fetch | when to display specific jobs, format - job_name1,job_name2 | no | "" |
| mention_users_on_fail | List of users to mention in case of failure, format - userId1,userId2 | no | "" |
Outputs
no outputs