514-labs/Notify Slack
Sends Slack notifications when builds fail. Supports threaded replies when slack-channel is provided.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jun 18, 2025
- License
- None
Pinned Snippet
uses: 514-labs/slack-notification-action@486a17a6d7d1fc62ca788ad68a7e67b0115119cf # 1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| slack-bot-token | Slack Bot Token for user lookup | yes | — |
| slack-webhook-url | Slack Webhook URL for notifications | yes | — |
| slack-channel | Slack channel ID or name (e.g., #general or C1234567890). Required for threaded replies with additional-message. | no | C08DZVDM56G |
| additional-message | Additional message to add to the notification | no | — |
| github-token | GitHub token used to read commit authors and organization-verified emails. Organization member access is required for company-email lookup. | no | "" |
| github-organization | GitHub organization whose verified-domain emails should be used for Slack lookup. Defaults to the repository owner. | no | "" |
Outputs
no outputs