Webhook-to-SSE gateway with hierarchical topic routing and signature verification
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 6 lines 205 B view raw
1paths: 2 github.com/chrisguidry/docketeer: 3 verify: hmac-sha256 4 secret: "the-github-webhook-secret" 5 signature_header: X-Hub-Signature-256 6 subscribe_secret: "token-for-docketeer-subscribers"