There was an error while loading. Please reload this page.
1 parent f657508 commit 40ab850Copy full SHA for 40ab850
1 file changed
.github/workflows/on.pr.yml
@@ -40,7 +40,7 @@ jobs:
40
key: ${{ runner.os }}-sonar
41
- name: Run Sonar Analysis
42
run: mvn sonar:sonar
43
- -Dsonar.login=${{ secrets.SONAR_TOKEN }}
+ -Dsonar.token=${{ secrets.SONAR_TOKEN }}
44
-Dsonar.host.url=${{ vars.SONAR_HOST_URL }}
45
-Dsonar.organization=${{ vars.SONAR_ORG }}
46
-Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }}
0 commit comments