GitHub Actions and release notifications on your phone
A push when a workflow run finishes or fails, a release is published, or any repository event you choose, with the run one tap away. One webhook, signed.
GitHub's own page was read on 12 September 2026 for every step below. If a menu has moved since, write to hello@youlmk.com and it is corrected the same day.
What GitHub sends
Workflow runs, releases, pushes, pull requests, issues, security alerts: any repository or organisation event, as JSON with the event name in a header.
What arrives in the inbox
Set it up
In YouLMK, create a source of type webhook named after the service, and copy its webhook URL: youlmk.com/w/k_7hq2nk3f9qd8w4 with your own key. Then:
- On GitHub, open the repository, then Settings (under the More menu if the tab is hidden), then Webhooks in the left sidebar, then Add webhook.
- Under Payload URL, paste your source's webhook URL from YouLMK (youlmk.com/w/ and your key).
- Set Content type to application/json.
- Under Secret, paste the signing secret YouLMK shows next to the URL; GitHub signs every delivery with it and the door refuses anything else.
- Choose the events: "Let me select individual events" and tick Workflow runs and Releases, or "Send me everything".
- Leave Active ticked and click Add webhook. GitHub sends a ping at once; it lands as a card.
Signed
GitHub signs each delivery with the secret you pasted (the X-Hub-Signature-256 header); YouLMK verifies it before anything is written.
Make it quiet where it should be
Everything above lands with the source's own rules: its Reach (Silent, Badge, Banner, Break through), whether quiet hours hold it, and grouping of repeats into one card. Set them once on the source, in the app or at app.youlmk.com; the service never has to change. Unknown fields arrive as rows on the card, up to six; the whole request is capped at 8 KB (Webhooks).
Try it
The trial is 10 notifications and 3 watches, no card. Get your key, or read the webhooks reference first.
Source
docs.github.com, Creating webhooks, read 12 September 2026.