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 a391533 commit 2e3bbcbCopy full SHA for 2e3bbcb
.github/workflows/sonarcloud.yml
@@ -39,4 +39,6 @@ jobs:
39
env:
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 -Dsonar.projectKey=dazednconfused_macata-launcher
+ run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
43
+ -Dsonar.projectKey=dazednconfused_macata-launcher \
44
+ -Dsonar.login=$SONAR_TOKEN
0 commit comments