diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd58cb8..f8706e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: - name: SonarQube Scan uses: SonarSource/sonarqube-scan-action@v4 env: - SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }} # Put the name of your token here + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Put the name of your token here with: args: > --define sonar.cfamily.compile-commands="${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json"