From 5b46e6de15e0afd99b128aec416ce20b1b596de1 Mon Sep 17 00:00:00 2001 From: kivashchenko-ledger <59391192+kivashchenko-ledger@users.noreply.github.com> Date: Fri, 13 Dec 2024 14:29:53 +0200 Subject: [PATCH] chore: replace secret by env variable --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index ddbd70712..69dd2a58f 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -57,4 +57,4 @@ jobs: if: ${{ steps.unit-tests.conclusion == 'success' && github.actor != 'dependabot[bot]' && !github.event.pull_request.head.repo.fork }} env: SONAR_TOKEN: ${{ secrets.PUBLIC_GREEN_SONAR_TOKEN }} - SONAR_HOST_URL: ${{ secrets.PUBLIC_SONAR_HOST_URL }} + SONAR_HOST_URL: ${{ vars.PUBLIC_SONAR_HOST_URL }}