Skip to content

Commit 74cc27e

Browse files
authored
Update build.yml
1 parent 40e2177 commit 74cc27e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4646
shell: powershell
4747
run: |
48-
.\.sonar\scanner\dotnet-sonarscanner begin /k:"baking-bad_tzkt" /o:"baking-bad" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
48+
.\.sonar\scanner\dotnet-sonarscanner begin /k:"baking-bad_tzkt" /o:"baking-bad" /d:sonar.token="$SONAR_TOKEN" /d:sonar.host.url="https://sonarcloud.io"
4949
dotnet build
50-
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
50+
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="$SONAR_TOKEN"

0 commit comments

Comments
 (0)