diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index a6d6fd476..6631dd745 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -55,4 +55,4 @@ jobs: if: ${{ steps.unit-tests.conclusion == 'success' && github.actor != 'dependabot[bot]' && github.event.pull_request.head.repo.fork == 'false' }} env: SONAR_TOKEN: ${{ secrets.GREEN_SONAR_TOKEN }} - SONAR_HOST_URL: ${{ secrets.GREEN_SONAR_HOST_URL }} + SONAR_HOST_URL: ${{ vars.GREEN_SONAR_HOST_URL }}