Skip to content

Commit

Permalink
πŸ’š (sonarqube): Reenable sonarqube
Browse files Browse the repository at this point in the history
  • Loading branch information
valpinkman committed Nov 15, 2024
1 parent c9cd89b commit 3e4f9d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:
- uses: sonarsource/sonarqube-scan-action@v4
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_TOKEN: ${{ secrets.PUBLIC_GREEN_SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.PUBLIC_SONAR_HOST_URL }}

0 comments on commit 3e4f9d2

Please sign in to comment.