Skip to content

Commit b6a4677

Browse files
committed
[NRL-1922] Remove unused sonarcloud url config
1 parent 8c2ecd8 commit b6a4677

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/pr-checks.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ jobs:
6262
uses: sonarsource/sonarqube-scan-action@master
6363
env:
6464
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
65-
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
6665

6766
# Check the Quality Gate status.
6867
- name: SonarQube Quality Gate check
@@ -72,4 +71,3 @@ jobs:
7271
pollingTimeoutSec: 600
7372
env:
7473
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
75-
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} #OPTIONAL

0 commit comments

Comments
 (0)