docs: use the deployed GitHub-GCC worker URL

This commit is contained in:
2026-09-17 18:04:37 +08:00
parent 74d9523652
commit 9453ddb43b
+2 -2
View File
@@ -101,7 +101,7 @@ GET /healthz
在仓库、组织或系统管理页面添加 webhook(Gitea 类型): 在仓库、组织或系统管理页面添加 webhook(Gitea 类型):
- 目标 URL: `https://your-worker.your-subdomain.workers.dev/gitea/webhook``/github/webhook` 也可以) - 目标 URL: `https://github-gcc.sorrow404null.workers.dev/gitea/webhook``/github/webhook` 也可以)
- POST Content Type: `application/json` - POST Content Type: `application/json`
- Secret: 与 `WEBHOOK_SECRET` 相同的值 - Secret: 与 `WEBHOOK_SECRET` 相同的值
- Trigger On: 按需选择 `Push Events``Issues``Issue Comment``Pull Request``Releases``Workflow Run` - Trigger On: 按需选择 `Push Events``Issues``Issue Comment``Pull Request``Releases``Workflow Run`
@@ -111,7 +111,7 @@ GET /healthz
In GitHub organization settings, add a webhook: In GitHub organization settings, add a webhook:
- Payload URL: `https://your-worker.your-subdomain.workers.dev/github/webhook` - Payload URL: `https://github-gcc.sorrow404null.workers.dev/github/webhook`
- Content type: `application/json` - Content type: `application/json`
- Secret: the same value as `WEBHOOK_SECRET` - Secret: the same value as `WEBHOOK_SECRET`
- SSL verification: enabled - SSL verification: enabled