From 5c54b92b832d203d9488fef465db0811c8ec4319 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Fri, 17 Apr 2026 19:00:36 +0100 Subject: [PATCH] fix: update SonarQube scan environment variable to use vars instead of secrets --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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