Skip to content

Commit a97d29c

Browse files
committed
move sonar to buschlab
1 parent feafce5 commit a97d29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
3737
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
38-
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.organization=nr23730 -Dsonar.host.url=https://sonarcloud.io -Dsonar.projectKey=nr23730_MtbExporter
38+
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.organization=buschlab -Dsonar.host.url=https://sonarcloud.io -Dsonar.projectKey=buschlab_MtbExporter

0 commit comments

Comments
 (0)