From e3fac5ef18f26ebb7668d40fbb09fac1d22d3fc3 Mon Sep 17 00:00:00 2001 From: thomas Date: Tue, 22 Nov 2022 18:08:43 +0100 Subject: [PATCH] changing secret drone.yaml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9cb6941..554a456 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,7 +36,7 @@ steps: sonar_host: https://codefirst.iut.uca.fr/sonar/ # accessible en ligne de commande par $${PLUGIN_SONAR_TOKEN} sonar_token: - from_secret: SECRET_SONAR_LOGIN + from_secret: ${SECRET_SONAR_LOGIN} sonar.python.version: 3