We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1602a4 commit 08ae564Copy full SHA for 08ae564
1 file changed
.github/workflows/sonarqube.yml
@@ -35,7 +35,6 @@ jobs:
35
uses: sonarqube-quality-gate-action@master
36
env:
37
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
38
- SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
39
with:
40
scanMetadataReportFile: .scannerwork/report-task.txt
41
@@ -44,4 +43,3 @@ jobs:
44
43
timeout-minutes: 5
45
46
47
0 commit comments