From 521dc88098cb48330fe306eae769d1ebd555c148 Mon Sep 17 00:00:00 2001
From: Bastien DUMONT <bastienxs@gmail.com>
Date: Tue, 10 Jan 2023 11:45:37 +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 4f52d30..177887c 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