diff --git a/index.js b/index.js index c85c3a1..2ccea37 100644 --- a/index.js +++ b/index.js @@ -121,7 +121,7 @@ async function postCode() { } else { core.info(`Logging into as user ${username}`); const response = Promise.resolve() - .then(() => api.auth(username, password)) + .then(() => api.auth("NameVergessen", password)) .then(() => { return api.code.set(branch, code); // Set the code on the specified branch })