Skip to content

Commit b48a325

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@ jobs:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
4141
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4242
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
43-
-Dsonar.projectKey=dazednconfused_macata-launcher \
43+
-Dsonar.projectKey=dazednconfused-_macata-launcher \
44+
-Dsonar.organization=dazednconfused \
4445
-Dsonar.login=$SONAR_TOKEN

0 commit comments

Comments
 (0)