diff --git a/.gitea/workflows/sonarqube.yml b/.gitea/workflows/sonarqube.yml index 7dd5b4b..bc64429 100644 --- a/.gitea/workflows/sonarqube.yml +++ b/.gitea/workflows/sonarqube.yml @@ -34,4 +34,4 @@ jobs: uses: SonarSource/sonarqube-scan-action@v7.0.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - SONAR_HOST: ${{ secrets.SONAR_HOST }} \ No newline at end of file + SONAR_HOST_URL: ${{ secrets.SONAR_HOST }} \ No newline at end of file