We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73281ac commit f42b300Copy full SHA for f42b300
1 file changed
.github/workflows/build.yml
@@ -48,6 +48,6 @@ jobs:
48
shell: powershell
49
run: |
50
dotnet tool install --global dotnet-coverage
51
- .\.sonar\scanner\dotnet-sonarscanner begin /k:"chrdek_QueryablDataCalc" /o:"chrdek" /d:sonar.token=$SONAR_TOKEN /d:sonar.host.url="https://sonarcloud.io"
+ .\.sonar\scanner\dotnet-sonarscanner begin /k:"chrdek_QueryablDataCalc" /o:"chrdek" /d:sonar.token="${{ 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=$SONAR_TOKEN
+ .\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN}}"
0 commit comments