feat(hlcc): dispatch approved deployments by explicit signal
This commit is contained in:
parent
357ac5e67a
commit
5897eb6850
13 changed files with 270 additions and 11 deletions
|
|
@ -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 || "";
|
||||
|
|
|
|||
Loading…
Reference in a new issue