Compare commits

...

1 Commits

Author SHA1 Message Date
Jean-Baptiste Nahan
c74c3b5b94 add log 2024-11-12 23:12:24 +01:00

View File

@@ -140,6 +140,7 @@ retry:
$token = getenv('API_TOKEN');
if (!empty($token)) {
echo "**** define authorization header ! ****\n";
curl_setopt($ch, CURLOPT_HTTPHEADER, ['Authorization: Bearer '.$token]);
}