From 65de9469926d202f28b0dca53297625f6773c6dd Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Sat, 10 Aug 2024 23:53:35 +0200 Subject: [PATCH] fix linter warning --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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