feat(hlcc): dispatch approved deployments by explicit signal

This commit is contained in:
冰朔 2026-07-26 15:36:14 +08:00
commit 5897eb6850
13 changed files with 270 additions and 11 deletions

View file

@ -21,6 +21,9 @@ async function main() {
action: args.action,
description: args.description || "",
resource: args.resource || "",
// Mobile / Work instances have no local credential. Their declared language
// system workorder asks the server to notify the registered approver.
owner_notify: !requestToken,
};
if (requestToken) {
const qqId = process.env.GUANGHU_OWNER_QQ_ID || "";