• #dev 2025-05-05
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2025-05-05 UTC
# 20:14
Zegnat
specifically for GitHub, you can actually receive Webhooks by triggering your action on repository_dispatch. But the Webhook body must have a specific format (JSON object with 2 members, "event_type" and "client_payload"). So a very thin Webmention proxy could accept mentions, transform the request to a GitHub dispatch, and forward it straight to an Action.