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 2e3bbcb commit b48a325Copy full SHA for b48a325
.github/workflows/sonarcloud.yml
@@ -40,5 +40,6 @@ jobs:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
41
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
42
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
43
- -Dsonar.projectKey=dazednconfused_macata-launcher \
+ -Dsonar.projectKey=dazednconfused-_macata-launcher \
44
+ -Dsonar.organization=dazednconfused \
45
-Dsonar.login=$SONAR_TOKEN
0 commit comments