Skip to content

Commit

Permalink
chore: replace secret by env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kivashchenko-ledger authored Dec 13, 2024
1 parent ead0cab commit 64311bf
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 @@ -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 }}

0 comments on commit 64311bf

Please sign in to comment.