diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 6ec82e7..c2a0b1d 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -62,7 +62,7 @@ jobs: - name: Analyze with SonarCloud uses: SonarSource/sonarcloud-github-action@v2.2.0 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} with: projectBaseDir: . \ No newline at end of file