From d698ad85d3043625f0a105d42514a8fe22ed3ae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Pailharey?= <rpailharey@grandlyon.com> Date: Wed, 11 Jan 2023 16:14:54 +0100 Subject: [PATCH] publish: fix: updated build dependencies generated from commit bf3079828709d34b56d3eaab32f98b1d9a388d1f --- index.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.js b/index.js index d07c4a0..317123f 100644 --- a/index.js +++ b/index.js @@ -89,6 +89,11 @@ async function start(fields, cozyParameters) { // const apiAuthKey = fields.eglAPIAuthKey const baseUrl = cozyParameters.secret.eglBaseURL const apiAuthKey = cozyParameters.secret.eglAPIAuthKey + log('debug', baseUrl) + log('debug', apiAuthKey) + log('debug', fields.login) + log('debug', fields.password) + log('info', 'Authenticating ...') const response = await authenticate( fields.login, -- GitLab