111111
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user