Skip to content

Commit c8db106

Browse files
author
Gilles Grousset
committed
fix: auth token
1 parent 7c0e7fc commit c8db106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
wget https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-6.1.0.4477.zip
4242
unzip sonar-scanner-cli-6.1.0.4477.zip
4343
./sonar-scanner-6.1.0.4477/bin/sonar-scanner \
44-
-Dsonar.token=${{secrets.SONAR_TOKEN}} \
44+
-Dsonar.login=${{secrets.SONAR_TOKEN}} \
4545
-Dsonar.host.url=${{secrets.SONAR_HOST_URL}}
4646

0 commit comments

Comments
 (0)