There was an error while loading. Please reload this page.
1 parent f19c444 commit dee9d22Copy full SHA for dee9d22
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 -f pom.xml 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