diff --git a/.drone.yml b/.drone.yml index 7f59e59..d9da154 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,11 +24,11 @@ steps: - name: code-inspection image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet8 - secrets: [ TRY_SECERT ] + secrets: [ SECRET_SONAR_LOGIN ] environment: sonar_host: https://codefirst.iut.uca.fr/sonar/ sonar_token: - from_secret: TRY_SECERT + from_secret: SECRET_SONAR_LOGIN project_key: API_SQLuedo coverage_exclusions: "**/Test*/**,**/*Context*/**,**/Program.cs" commands: