-
Notifications
You must be signed in to change notification settings - Fork 9
Notifications
Astrid Avalin Soerensen edited this page May 9, 2025
·
4 revisions
The pipeline supports optional notifications to Slack and Discord using webhooks.
When configured, it sends detailed messages after each pipeline run.
Hereβs an example of a Slack notification showing:
- β Release succeeded
- β Deploy failed on a specific target
- Commit info, release link, and pipeline link
- A per-target deployment summary table

π‘ Tip: You can enable these by setting the
SLACK_WEBHOOKorDISCORD_WEBHOOKsecrets in your repository.
The notification includes:
- Release status β success, failure, or partial success (release succeeded but deploy failed)
-
Deploy target summary β shows each target (like
gh-pages,itch.io) and its result (β or β) - Commit + branch details β the commit hash and branch/tag being released
- Quick links β to the GitHub Release page and the pipeline run
Letβs build better Unity pipelines together! π
Need help? Join the Discussions or open an Issue.