Skip to content

Commit e4ca7cf

Browse files
[Update] sonar.login to sonar.token
1 parent a7f749a commit e4ca7cf

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
@@ -45,4 +45,4 @@ jobs:
4545
- name: Sonarqube end
4646
env:
4747
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
48-
run: dotnet sonarscanner end /d:sonar.login="$SONAR_TOKEN"
48+
run: dotnet sonarscanner end /d:sonar.token="$SONAR_TOKEN"

0 commit comments

Comments
 (0)