From 43c5ab94d34b52fb8d811580659fb0417e314ce1 Mon Sep 17 00:00:00 2001 From: Augustin Date: Sun, 25 Jun 2023 16:34:44 +0200 Subject: [PATCH] correction --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ebf836d1..00620549 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,8 +11,8 @@ steps: - npm install - sonar-scanner -Dsonar.projectKey=PROJECT_NAME -Dsonar.sources=. -Dsonar.host.url=$${PLUGIN_SONAR_HOST} -Dsonar.login=$${PLUGIN_SONAR_TOKEN} - secrets: [ SECRET_SONAR_LOGIN ] + secrets: [ PLUGIN_SONAR_TOKEN ] settings: sonar_host: https://codefirst.iut.uca.fr/sonar/ sonar_token: - from_secret: SECRET_SONAR_LOGIN \ No newline at end of file + from_secret: PLUGIN_SONAR_TOKEN \ No newline at end of file