From 681886d7ed9d351434595cb2cbf2794afa1d51e0 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Mon, 6 May 2024 13:59:03 -0400 Subject: [PATCH] - removes unnecessary parameter --- .github/workflows/sonarcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index fd32ffc..7fd3146 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -77,4 +77,4 @@ jobs: dotnet workload restore dotnet build dotnet test Microsoft.Kiota.Serialization.Form.sln --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover --framework net8.0 - ./.sonar/scanner/dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}" + ./.sonar/scanner/dotnet-sonarscanner end