Skip to content

Commit 74afd91

Browse files
authored
Remove SONAR_TOKEN and SONAR_HOST_URL from workflow
Removed environment variables for SonarQube analysis.
1 parent 39f617a commit 74afd91

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build-pr.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ jobs:
6363
6464
- name: SonarQube Analysis (Pull Request)
6565
uses: SonarSource/sonarqube-scan-action@v6
66-
env:
67-
SONAR_TOKEN: ${{ vars.SONAR_TOKEN }}
68-
SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }}
6966
with:
7067
args: >
7168
-Dsonar.projectVersion=${{ steps.get_version.outputs.tag }}

0 commit comments

Comments
 (0)