diff --git a/api/gitea-webhook.js b/api/gitea-webhook.js index 3573402..e062f97 100644 --- a/api/gitea-webhook.js +++ b/api/gitea-webhook.js @@ -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