Skip to content

Commit a570fb9

Browse files
committed
fix sonar project
Signed-off-by: achour94 <[email protected]>
1 parent 7ba13a2 commit a570fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
mvn --batch-mode -DskipTests sonar:sonar
3131
-Dsonar.host.url=https://sonarcloud.io
3232
-Dsonar.organization=gridsuite
33-
-Dsonar.projectKey=org.gridsuite:gridsuite_spreadsheet-config-server
33+
-Dsonar.projectKey=gridsuite_spreadsheet-config-server
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)