Added auth for private servers #7

Merged
Philipp merged 30 commits from added-local-auth into main 2023-11-26 22:24:20 +01:00
Showing only changes of commit d9aa117ac6 - Show all commits

View File

@ -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
})