Workflow a forte intention

GitHub Webhook Testing on local development

Expose local GitHub webhook endpoints with stable URLs, fast replay loops, and secret verification for CI/CD automations.

Pour qui

Teams building repository automations, bots, and deployment triggers.

Mot-cle principal

github webhook localhost testing

Checkpoint de verification

Validate X-Hub-Signature-256 and enforce idempotency for retries.

Pattern de demarrage rapide

Commande

instatunnel webhook init --provider github --port 3000 --path /webhooks/github

Exemple d endpoint public

https://your-subdomain.instatunnel.my/webhooks/github

Provider field mapping

Public URLhttps://your-subdomain.instatunnel.my/webhooks/github
Local portUse the port from your local app command.
Success checkValidate X-Hub-Signature-256 and enforce idempotency for retries.

Failure fixes

If the provider cannot reach the endpoint, confirm the local app is running and restart the tunnel with the same subdomain.

If events arrive but fail verification, compare the exact public URL and signature secret configured in the provider dashboard.

If retries create duplicates, store the provider event ID before performing side effects.

Lancez ce workflow maintenant

Demarrez gratuitement, validez en local puis passez a niveau pour MCP, plus de limites et analytics avancees.

GitHub Webhook Testing on local development | InstaTunnel