Skip to content

Commit 03f441c

Browse files
committed
chore: Use sonar.token instead of sonar.login
1 parent 34ee509 commit 03f441c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
run: |
3737
mvn -B clean --file pom.xml
38-
mvn -B install sonar:sonar -Plicense-scan -Dsonar.projectKey=dochia-dev_dochia-cli -Dsonar.organization=dochia-dev -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN
38+
mvn -B install sonar:sonar -Plicense-scan -Dsonar.projectKey=dochia-dev_dochia-cli -Dsonar.organization=dochia-dev -Dsonar.host.url=https://sonarcloud.io -Dsonar.token=$SONAR_TOKEN

0 commit comments

Comments
 (0)