Skip to content

Commit 2e3bbcb

Browse files
fix: sonar [macata #97]
1 parent a391533 commit 2e3bbcb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,6 @@ jobs:
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
4141
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
42-
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=dazednconfused_macata-launcher
42+
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

Comments
 (0)