Removed the auth step.
All checks were successful
Lint / pre-commit Linting (push) Successful in 25s
All checks were successful
Lint / pre-commit Linting (push) Successful in 25s
This commit is contained in:
parent
368ba86559
commit
14f1218845
4
index.js
4
index.js
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user