Skip to content

Commit 861aa74

Browse files
[Update] sonar.login to sonar.token in GH action
1 parent 3761527 commit 861aa74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CodeQuality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
- name: Sonarqube end
4444
env:
4545
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
46-
run: dotnet sonarscanner end /d:sonar.login="$SONAR_TOKEN"
46+
run: dotnet sonarscanner end /d:sonar.token="$SONAR_TOKEN"

0 commit comments

Comments
 (0)