Skip to content

Commit bf4ded5

Browse files
author
Thomas Luijken
committed
Fixed sonar key and organisation
1 parent 13eda9a commit bf4ded5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BUILD_TEST_DSTV_NET.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
env:
3737
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3838
run: |
39-
dotnet-sonarscanner begin /k:"colin-sonarsource_dotnet_core_sample" /o:"colin-sonarsource" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
39+
dotnet-sonarscanner begin /k:"Baseflow_DSTV.Net" /o:"baseflow" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
4040
dotnet build
4141
dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
4242

0 commit comments

Comments
 (0)