From 9e6e9e98301a8f3f3b05faa8e76a88abfa176378 Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Tue, 2 Dec 2025 11:35:15 +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 785cb1f..93602fe 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=${SONARQUBE_HOST} \ - -Dsonar.token=${SONARQUBE_TOKEN} \ No newline at end of file + -Dsonar.host.url=${SONAR_HOST_URL} \ + -Dsonar.token=${SONAR_TOKEN} \ No newline at end of file