We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0e7fc commit c8db106Copy full SHA for c8db106
.github/workflows/analyze.yml
@@ -41,6 +41,6 @@ jobs:
41
wget https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-6.1.0.4477.zip
42
unzip sonar-scanner-cli-6.1.0.4477.zip
43
./sonar-scanner-6.1.0.4477/bin/sonar-scanner \
44
- -Dsonar.token=${{secrets.SONAR_TOKEN}} \
+ -Dsonar.login=${{secrets.SONAR_TOKEN}} \
45
-Dsonar.host.url=${{secrets.SONAR_HOST_URL}}
46
0 commit comments