Skip to content

Commit dee9d22

Browse files
authored
Fix Sonar Analysis command to use sonar.token
1 parent f19c444 commit dee9d22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-api-build.and.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
key: ${{ runner.os }}-sonar
5050
- name: Run Sonar Analysis
5151
run: mvn -f pom.xml sonar:sonar
52-
-Dsonar.login=${{ secrets.SONAR_TOKEN }}
52+
-Dsonar.token=${{ secrets.SONAR_TOKEN }}
5353
-Dsonar.host.url=https://sonarcloud.io
5454
-Dsonar.organization=bcgov-sonarcloud
5555
-Dsonar.projectKey=${{ secrets.SONAR_PROJECT_KEY }}

0 commit comments

Comments
 (0)