diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index e5c45d59..70fa4373 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -61,8 +61,8 @@ jobs: - name: SonarQube Analysis (Pull Request) uses: SonarSource/sonarqube-scan-action@v6 env: - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} + SONAR_TOKEN: ${{ vars.SONAR_TOKEN }} + SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }} with: args: > -Dsonar.projectVersion=${{ steps.get_version.outputs.tag }}