Skip to content

Commit

Permalink
Added sonar credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSchmelter committed Oct 9, 2024
1 parent cc45c56 commit 2ad00b1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 2ad00b1

Please sign in to comment.