diff --git a/index.js b/index.js index 3d403f9..e08eaa2 100644 --- a/index.js +++ b/index.js @@ -120,7 +120,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(username, password)) .then(() => { return api.code.set(branch, code); // Set the code on the specified branch })