Skip to content

Commit 55414a8

Browse files
committed
fix: Update Sonar project key and organization in build-test workflow
1 parent 197c970 commit 55414a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
41-
run: mvn -B clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=<INSERT_PROJECT_KEY> -Dsonar.organization=<INSERT_ORGANIZATION_KEY> -Dsonar.host.url=https://sonarcloud.io -DskipTests
41+
run: mvn -B clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=CSO2_user-identity-service -Dsonar.organization=cso2 -Dsonar.host.url=https://sonarcloud.io -DskipTests
4242

4343
- name: Extract branch name
4444
id: branch

0 commit comments

Comments
 (0)