Skip to content

Commit 1f14c86

Browse files
authored
Update build-pr.yml
1 parent 5f9e801 commit 1f14c86

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
6161
- name: SonarQube Analysis (Pull Request)
6262
uses: SonarSource/sonarqube-scan-action@v6
63+
env:
64+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
65+
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
6366
with:
6467
args: >
6568
-Dsonar.projectVersion=${{ steps.get_version.outputs.tag }}

0 commit comments

Comments
 (0)