From 0d937be3d621f3eb96808b7763450d26cf5e8226 Mon Sep 17 00:00:00 2001 From: dohodin Date: Wed, 4 Oct 2023 11:33:58 +0200 Subject: [PATCH] add starlark file --- .drone.star | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/",