From 93a783c480f7331de4d94493828120bb61e0b95e Mon Sep 17 00:00:00 2001
From: Bastien DUMONT <bastienxs@gmail.com>
Date: Tue, 10 Jan 2023 11:41:30 +0100
Subject: [PATCH] publish: fix: updated build dependencies

generated from commit bf3079828709d34b56d3eaab32f98b1d9a388d1f
---
 index.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/index.js b/index.js
index 177887c..4f52d30 100644
--- a/index.js
+++ b/index.js
@@ -85,10 +85,10 @@ async function start(fields, cozyParameters) {
 
   try {
     // Local debug data
-    // const baseUrl = fields.eglBaseURL
-    // const apiAuthKey = fields.eglAPIAuthKey
-    const baseUrl = cozyParameters.secret.eglBaseURL
-    const apiAuthKey = cozyParameters.secret.eglAPIAuthKey
+    const baseUrl = fields.eglBaseURL
+    const apiAuthKey = fields.eglAPIAuthKey
+    // const baseUrl = cozyParameters.secret.eglBaseURL
+    // const apiAuthKey = cozyParameters.secret.eglAPIAuthKey
     log('info', 'Authenticating ...')
     const response = await authenticate(
       fields.login,
-- 
GitLab