From 72a21965e4696ad82d4011fb32b3075a842eb5a0 Mon Sep 17 00:00:00 2001 From: "dorian.hodin" Date: Mon, 30 Jan 2023 17:15:35 +0100 Subject: [PATCH] .drone.yml update (SonarQube) --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1495a7f..864eaff 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,8 @@ steps: - name: setup_PHP_for_SonarQube image: php:8.1 environment: - SONAR_TOKEN: squ_9c3077de9c4cd738c450732a1d230c0bda513a5e + SONAR_TOKEN: + from_secret: SONARQ_TOKEN commands: - apt-get update && apt-get install -y unzip - export SONAR_SCANNER_VERSION=4.7.0.2747