There was an error while loading. Please reload this page.
1 parent 4411927 commit 2fd9f69Copy full SHA for 2fd9f69
1 file changed
.github/workflows/ci-api-build.and.test.yml
@@ -49,7 +49,7 @@ jobs:
49
key: ${{ runner.os }}-sonar
50
- name: Run Sonar Analysis
51
run: mvn sonar:sonar
52
- -Dsonar.login=${{ secrets.SONAR_TOKEN }}
+ -Dsonar.token=${{ secrets.SONAR_TOKEN }}
53
-Dsonar.host.url=https://sonarcloud.io
54
-Dsonar.organization=bcgov-sonarcloud
55
-Dsonar.projectKey=${{ secrets.SONAR_PROJECT_KEY }}
0 commit comments