This commit is contained in:
2026-05-15 11:06:05 +08:00
commit 304d8dbea3
5 changed files with 290 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# Webhook 配置文件
# 每次验证都会读取此文件
# 如果没有设置项目级apikey 就用全局 API Key
access_key: "YOUR_ACCESS_KEY_HERE"
# 项目配置
projects:
xsinfo:
api_key: "YOUR_ACCESS_KEY_HERE"
script: "xsinfo.sh"
enabled: true
# 添加更多项目:
# myblog:
# api_key: "your_blog_api_key"
# script: "myblog.sh"
# enabled: true