From 066650ab6e1ce2d683a2a7096afa09e595b29b58 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sun, 5 Jan 2025 00:53:20 -0500 Subject: [PATCH] Update SVSTaskGate.ps1 --- SVSTaskGate.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SVSTaskGate.ps1 b/SVSTaskGate.ps1 index cd8e58b..1d40c44 100644 --- a/SVSTaskGate.ps1 +++ b/SVSTaskGate.ps1 @@ -707,9 +707,9 @@ function GetHtmlContent { // Build payload const payload = { - ApiUrl: ApiUrl, // Replace with actual variable holding the API URL - ApiKey: ApiKey, // Replace with actual variable holding the API Key - ApiSecretKey: ApiSecretKey, // Replace with actual variable holding the API Secret Key + ApiUrl: $data.ApiURL, // Replace with actual variable holding the API URL + ApiKey: $data.ApiKey, // Replace with actual variable holding the API Key + ApiSecretKey: $data/ApiSecretKey, // Replace with actual variable holding the API Secret Key UID: UID, // Replace with actual UID value Name: Name, // Replace with actual Name value PushSiteVars: checkedValues.includes('inputVar'),