Skip to content

Commit 08ae564

Browse files
committed
chore(ci): fix sonarqube configuration
1 parent a1602a4 commit 08ae564

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/sonarqube.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
uses: sonarqube-quality-gate-action@master
3636
env:
3737
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
38-
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
3938
with:
4039
scanMetadataReportFile: .scannerwork/report-task.txt
4140

@@ -44,4 +43,3 @@ jobs:
4443
timeout-minutes: 5
4544
env:
4645
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
47-
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

0 commit comments

Comments
 (0)