Skip to content

Commit

Permalink
Update sonar.yml
Browse files Browse the repository at this point in the history
Try using the example on the sonar site
  • Loading branch information
InfinityMin3r committed Sep 4, 2023
1 parent fec9fa2 commit 7db1eee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
cmake --build .
- name: Run sonar-scanner
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
sonar-scanner -X

0 comments on commit 7db1eee

Please sign in to comment.