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