We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee75667 commit 42627beCopy full SHA for 42627be
1 file changed
.github/workflows/build.yml
@@ -48,6 +48,6 @@ jobs:
48
shell: powershell
49
run: |
50
dotnet tool install --global dotnet-coverage --version 17.6.4
51
- .\.sonar\scanner\dotnet-sonarscanner begin /k:"chrdek_QueryablDataCalc" /o:"chrdek" /d:sonar.token="${{ secrets.SONAR_TOKEN}}" /d:sonar.host.url="https://sonarcloud.io"
+ .\.sonar\scanner\dotnet-sonarscanner begin /k:"chrdek_QueryablDataCalc" /o:"chrdek" /d:sonar.login="${{ secrets.SONAR_TOKEN}}" /d:sonar.host.url="https://sonarcloud.io"
52
dotnet build .\Queryabl.csproj /t:Rebuild /p:Configuration=Debug
53
- .\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN}}"
+ .\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN}}"
0 commit comments