diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 52a1e84..2e80841 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: - name: SonarQube Scan uses: SonarSource/sonarqube-scan-action@v7.1.0 env: - SONAR_HOST_URL: ${{ secrets.SONAR_URL }} + SONAR_HOST_URL: ${{ vars.SONAR_URL }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # - name: Set up environment for Snyk