Typo in secrets
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 11s

This commit is contained in:
2025-12-02 11:33:51 +01:00
parent 492b3c5a20
commit f311050412

View File

@@ -48,5 +48,5 @@ jobs:
sonar-scanner \
-Dsonar.projectKey=${{ github.event.repository.name }} \
-Dsonar.sources=. \
-Dsonar.host.url=${SONAR_HOST_URL} \
-Dsonar.token=${SONAR_TOKEN}
-Dsonar.host.url=${SONARQUBE_HOST} \
-Dsonar.token=${SONARQUBE_TOKEN}