Skip to content

Commit f42b300

Browse files
committed
reverted commits to initial
1 parent 73281ac commit f42b300

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
shell: powershell
4949
run: |
5050
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"
51+
.\.sonar\scanner\dotnet-sonarscanner begin /k:"chrdek_QueryablDataCalc" /o:"chrdek" /d:sonar.token="${{ secrets.SONAR_TOKEN}}" /d:sonar.host.url="https://sonarcloud.io"
5252
dotnet build .\Queryabl.csproj /t:Rebuild /p:Configuration=Debug
53-
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token=$SONAR_TOKEN
53+
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN}}"

0 commit comments

Comments
 (0)