A Cloudflare Worker that displays the most recent webhook delivery attempts.
Internal tool for debugging webhook deliveries for disgit.
- Run
bun installto install the dependencies. - Update the following values in the
wrangler.jsoncaccount_id: Your Cloudflare account ID.routes: The route where the worker will be deployed.OWNER,REPO, andHOOK_ID: The owner, repository, and webhook ID for which you want to view delivery attempts.
- Deploy the worker using
bun run deploy. - Set the
GITHUB_TOKENsecret by runningbunx wrangler secret put GITHUB_TOKEN.