Skip to content

Commit ac66e70

Browse files
[Update] sonar.login to sonar.token
1 parent 71af89f commit ac66e70

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

0 commit comments

Comments
 (0)