Skip to content

Commit 9911f7d

Browse files
Sonarqube: new parameter name
1 parent c995d5e commit 9911f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
./gradlew sonar \
8080
-Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }} \
8181
-Dsonar.host.url=${{ vars.SONAR_HOST_URL }} \
82-
-Dsonar.login=${{ secrets.SONAR_TOKEN }} \
82+
-Dsonar.token=${{ secrets.SONAR_TOKEN }} \
8383
-Dsonar.qualitygate.wait=true
8484
8585
#Deployment

0 commit comments

Comments
 (0)