Removed the auth step.
Lint / pre-commit Linting (push) Successful in 25s Details

This commit is contained in:
Philipp Horstenkamp 2023-11-26 20:56:15 +01:00
parent 368ba86559
commit 14f1218845
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4
1 changed files with 3 additions and 1 deletions

View File

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