Initial commit: GitHub-GCC WeCom bot for Gitea
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
name = "github-gcc"
|
||||
main = "src/index.ts"
|
||||
compatibility_date = "2026-07-02"
|
||||
|
||||
# Non-secret defaults. Put secrets in Cloudflare with `wrangler secret put`.
|
||||
[vars]
|
||||
MAX_MESSAGE_LENGTH = "1800"
|
||||
DELIVERY_TTL_SECONDS = "600"
|
||||
|
||||
# Optional KV cache for GitHub delivery de-duplication.
|
||||
# Create it with:
|
||||
# wrangler kv namespace create WEBHOOK_CACHE
|
||||
# Then uncomment and replace the id below.
|
||||
# [[kv_namespaces]]
|
||||
# binding = "WEBHOOK_CACHE"
|
||||
# id = "replace-with-kv-namespace-id"
|
||||
Reference in New Issue
Block a user