mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 06:16:42 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
70393534eb
commit
1674e4c2cf
1 changed files with 1 additions and 0 deletions
|
|
@ -221,6 +221,7 @@ Deno.serve(async (req) => {
|
|||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
Authorization: `Bearer ${serviceKey}`,
|
||||
"X-Internal-Secret": Deno.env.get("INTERNAL_FUNCTION_SECRET") ?? "",
|
||||
},
|
||||
body: JSON.stringify({ agent_instance_id: agent.id }),
|
||||
}).catch((err) => console.error("auto-provision fetch error:", err));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue