diff --git a/.github/workflows/complete-workflow.yml b/.github/workflows/complete-workflow.yml index 89bf10f9..37bdc805 100644 --- a/.github/workflows/complete-workflow.yml +++ b/.github/workflows/complete-workflow.yml @@ -14,7 +14,7 @@ jobs: distribution: 'zulu' cache: maven - name: Run Sonar Analysis with cloud - run: mvn -B verify sonar:sonar -Dsonar.projectKey=dotnetgithubactionsproject -Dsonar.organization=dotnetgithubactionsorg -Dsonar.host.url=https://sonarcloud.io -Dsonar.token=$SONAR_TOKEN + run: mvn -B verify sonar:sonar -Dsonar.projectKey=dotnetgithubactionsapplication -Dsonar.organization=dotnetgithubactionsapplication -Dsonar.host.url=https://sonarcloud.io -Dsonar.token=$SONAR_TOKEN env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}