Typo in secrets
All checks were successful
SonarQube Scan / SonarQube Trigger (push) Successful in 1m0s

This commit is contained in:
2025-12-02 11:35:15 +01:00
parent f311050412
commit 9e6e9e9830

View File

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