Skip to content

Commit 2fd9f69

Browse files
authored
Fix Sonar Analysis token parameter in CI workflow
1 parent 4411927 commit 2fd9f69

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 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)