We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba13a2 commit a570fb9Copy full SHA for a570fb9
.github/workflows/maven.yml
@@ -30,7 +30,7 @@ jobs:
30
mvn --batch-mode -DskipTests sonar:sonar
31
-Dsonar.host.url=https://sonarcloud.io
32
-Dsonar.organization=gridsuite
33
- -Dsonar.projectKey=org.gridsuite:gridsuite_spreadsheet-config-server
+ -Dsonar.projectKey=gridsuite_spreadsheet-config-server
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments