diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2959b0c65b..3fba70782e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,9 +59,7 @@ jobs: run: | ./gradlew javadoc - - #ADD reportScoverageTask - name: Run SonarQube with Gradle - run: ./gradlew reportScoverage sonarqube -Dsonar.projectKey=edu.ie3:simona \ - -Dsonar.host.url=${{ secrets.SONAR_HOST_URL }} \ + run: ./gradlew reportScoverage sonarqube -Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }} \ + -Dsonar.host.url=${{ vars.SONAR_HOST_URL }} \ -Dsonar.login=${{ secrets.SONAR_TOKEN }} \ No newline at end of file