Skip to content

Commit a72fac7

Browse files
changed .login to token
1 parent b9748c4 commit a72fac7

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
@@ -77,7 +77,7 @@ jobs:
7777
./gradlew sonar \
7878
-Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }} \
7979
-Dsonar.host.url=${{ vars.SONAR_HOST_URL }} \
80-
-Dsonar.login=${{ secrets.SONAR_TOKEN }} \
80+
-Dsonar.token=${{ secrets.SONAR_TOKEN }} \
8181
-Dsonar.qualitygate.wait=true
8282
#Deployment
8383
- name: Deploy

0 commit comments

Comments
 (0)