From 84078bc85d7af289428df43d420e83aed5501c18 Mon Sep 17 00:00:00 2001
From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com>
Date: Thu, 11 Aug 2022 10:49:16 +0200
Subject: [PATCH] publish: fix: build

generated from commit e1b85de07c58540ec31d27517693c4d11397d6d0
---
 index.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/index.js b/index.js
index e1661c5..a9968b3 100644
--- a/index.js
+++ b/index.js
@@ -89,6 +89,8 @@ async function start(fields, cozyParameters) {
   }
 
   // Prevent missing configuration
+  log('info', boToken)
+  log('info', boBaseUrl)
   if (
     !baseUrl ||
     !apiAuthKey ||
-- 
GitLab