diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index c0bc470..5f41748 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -46,4 +46,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: mvn clean verify sonar:sonar -Dsonar.token=${SONAR_TOKEN} -f client/pom.xml \ No newline at end of file + run: mvn clean verify sonar:sonar -Dsonar.token=${SONAR_TOKEN} -Dsonar.host.url=https://sonarcloud.io -f client/pom.xml \ No newline at end of file