diff --git a/index.js b/index.js index c2926f8..40b3e45 100644 --- a/index.js +++ b/index.js @@ -101,6 +101,8 @@ async function postCode() { hostname: hostname, port: port, path: path, + username: username, + password: password, }; core.info("login_arguments:"); @@ -119,7 +121,7 @@ async function postCode() { } else { core.info(`Logging into as user ${username}`); const response = Promise.resolve() - .then(() => api.auth("philipp@horstenkamp.de", 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