diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index 1de15ff65..bcc33a8ba 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Analyze with SonarQube uses: SonarSource/sonarqube-scan-action@master - env: + with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}