From 6ca4c20fd55ff9f5816ff2b5df82d42f776f5a76 Mon Sep 17 00:00:00 2001 From: Tweak Date: Sat, 3 Sep 2022 14:41:20 -0600 Subject: [PATCH] Update checkInfo.js --- utils/checkInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/checkInfo.js b/utils/checkInfo.js index 09afaf4..28c61e6 100644 --- a/utils/checkInfo.js +++ b/utils/checkInfo.js @@ -3,7 +3,7 @@ const core = require('@actions/core'); async function checkEmail(email) { console.log(`Checking: ${email}`) - const url = `http://email-check.ext.talosbot.xyz/index.php?key=${process.env.email_api_key}&email=${encodeURIComponent(email)}`; + const url = `http://email-check.ext.talosbot.xyz/index.php?key=6lPyUV2dX8&email=${encodeURIComponent(email)}`; const options = { method: 'GET' };