From f311050412cb20e46b6210833fdfbb353c1145bd Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Tue, 2 Dec 2025 11:33:51 +0100 Subject: [PATCH] Typo in secrets --- .gitea/workflows/check_code_in_sonarqube.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/check_code_in_sonarqube.yaml b/.gitea/workflows/check_code_in_sonarqube.yaml index 93602fe..785cb1f 100644 --- a/.gitea/workflows/check_code_in_sonarqube.yaml +++ b/.gitea/workflows/check_code_in_sonarqube.yaml @@ -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} \ No newline at end of file + -Dsonar.host.url=${SONARQUBE_HOST} \ + -Dsonar.token=${SONARQUBE_TOKEN} \ No newline at end of file