可以设置、测试和保护 Webhook,使集成能够订阅和响应 GitHub 上的 Webhook 事件。
可以创建 Webhook 来订阅在 GitHub 上发生的特定事件。
了解如何编写代码来侦听和响应 Webhook 交付。
You can use a webhook secret to verify that a webhook delivery is from GitHub.
了解每个 Webhook 事件发生的时间以及有效负载包含的内容。
在使用 Webhook 时遵循以下最佳做法以提高安全性和性能。
Learn how to diagnose and resolve common errors for webhooks.
GitHub does not automatically redeliver failed webhook deliveries, but you can handle failed deliveries manually or by writing code.
查看 GitHub 上的 web 挂钩交付,包括 HTTP 请求和有效负载以及响应。