Skip to content

Commit

Permalink
chore: replace secret by env variable (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
kivashchenko-ledger authored Dec 13, 2024
2 parents 0db75ea + 5b46e6d commit 7d918c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 7d918c9

Please sign in to comment.