diff --git a/.github/workflows/sonarcloud-backend.yml b/.github/workflows/sonarcloud-backend.yml index 9674ae4..6216e7c 100644 --- a/.github/workflows/sonarcloud-backend.yml +++ b/.github/workflows/sonarcloud-backend.yml @@ -31,6 +31,6 @@ jobs: - name: Build and analyze env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_BACKEND }} + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} working-directory: backend - run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=jonashonecker_ticketscoutbackend \ No newline at end of file + run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=jonashonecker_TicketScout \ No newline at end of file diff --git a/.github/workflows/sonarcloud-frontend.yml b/.github/workflows/sonarcloud-frontend.yml index 1aa8d93..cc1144f 100644 --- a/.github/workflows/sonarcloud-frontend.yml +++ b/.github/workflows/sonarcloud-frontend.yml @@ -15,4 +15,4 @@ jobs: uses: SonarSource/sonarcloud-github-action@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_FRONTEND }} \ No newline at end of file + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file diff --git a/sonar-project.properties b/sonar-project.properties index cc8fdeb..deafc81 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,8 +1,8 @@ -sonar.projectKey=jonashonecker_ticketscoutfrontend +sonar.projectKey=jonashonecker_TicketScout sonar.organization=jonashonecker # This is the name and version displayed in the SonarCloud UI. -#sonar.projectName=TicketScoutFrontend +#sonar.projectName=TicketScout #sonar.projectVersion=1.0