From 368ba865599863facfa7a41b57ece3f462d6f823 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Sun, 26 Nov 2023 20:52:00 +0100 Subject: [PATCH] Reworked the login --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 041f5e0..c2926f8 100644 --- a/index.js +++ b/index.js @@ -119,7 +119,7 @@ async function postCode() { } else { core.info(`Logging into as user ${username}`); const response = Promise.resolve() - .then(() => api.auth(auth.email, auth.password)) + .then(() => api.auth("philipp@horstenkamp.de", password)) .then(() => api.socket.connect()) .then(() => { return api.code.set(branch, code); // Set the code on the specified branch