This commit is contained in:
2025-04-18 22:20:08 +08:00
parent 0fbf768f6c
commit ad0634dc8e

View File

@@ -9,7 +9,7 @@ export default async function handler(req, res) {
// 可选校验 Gitea 签名等
console.log('🔔 Received Gitea webhook');
const VERCEL_TOKEN = process.env.VERCEL_TOKEN;
const VERCEL_TOKEN = 'LVgiDgUx6XN1CUhXokmdxSo2';
const PROJECT_NAME = 'cookies'; // Vercel 项目名
const TEAM_ID = 'null'; // 如果是团队项目,写 team id否则 null