diff --git a/.drone.star b/.drone.star index 034e5a2..da3f854 100644 --- a/.drone.star +++ b/.drone.star @@ -30,9 +30,9 @@ def main(ctx): "image": "hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet7", "settings":{ "sonar_host": "https://codefirst.iut.uca.fr/sonar/", - "sonar_token":[ + "sonar_token":{ "from_secret": "SECRET_SONAR_LOGIN" - ] + } }, "commands":[ "cd Sources/",