diff --git a/.drone.yml b/.drone.yml index ce3fbc9..64378c9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,13 +24,13 @@ steps: - name: code-analysis image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet7-maui - secrets: squ_4443cbe1446cf65f504f76cc519e701089fa3eb2 + secrets: [ SECRET_SONAR_LOGIN ] settings: # accessible en ligne de commande par ${PLUGIN_SONAR_HOST} sonar_host: https://codefirst.iut.uca.fr/sonar/ # accessible en ligne de commande par ${PLUGIN_SONAR_TOKEN} sonar_token: - from_secret: squ_4443cbe1446cf65f504f76cc519e701089fa3eb2 + from_secret: SECRET_SONAR_LOGIN commands: - cd GameAtlas/ - dotnet restore GameAtlas.sln