Skip to content

Commit

Permalink
fix analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnickii committed Jun 5, 2024
1 parent 1812133 commit d85e09a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ jobs:

- name: Run sonar cloud analysis
uses: SonarSource/sonarcloud-github-action@master
with:
projectBaseDir: .
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit d85e09a

Please sign in to comment.