diff --git a/.drone.yml b/.drone.yml index 3b98e30..1495a7f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,8 @@ trigger: steps: - name: setup_PHP_for_SonarQube image: php:8.1 - + environment: + SONAR_TOKEN: squ_9c3077de9c4cd738c450732a1d230c0bda513a5e commands: - apt-get update && apt-get install -y unzip - export SONAR_SCANNER_VERSION=4.7.0.2747