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 c69726c600 - Show all commits

View File

@ -122,7 +122,6 @@ async function postCode() {
core.info(`Logging into as user ${username}`);
const response = Promise.resolve()
// .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
})