Skip to content

Commit

Permalink
Merge pull request #2 from gridsuite/sonarcloudkey
Browse files Browse the repository at this point in the history
use the same sonarcloud key format as the other projects
  • Loading branch information
jonenst authored Aug 31, 2023
2 parents 8177706 + 55fdf49 commit 18e562f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
mvn --batch-mode -DskipTests sonar:sonar
-Dsonar.host.url=https://sonarcloud.io
-Dsonar.organization=gridsuite
-Dsonar.projectKey=gridsuite_case-import-server
-Dsonar.projectKey=org.gridsuite:case-import-server
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 18e562f

Please sign in to comment.