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