From 301055a00c3fbf8dd0be2411cc7352a240c41f8b Mon Sep 17 00:00:00 2001 From: Alistair Spark Date: Fri, 3 May 2024 17:06:13 +0100 Subject: [PATCH] Update Sonar --- .github/workflows/sonar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 1beb914..5b9b5fd 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -15,6 +15,6 @@ jobs: uses: sonarsource/sonarqube-scan-action@master env: SONAR_TOKEN: ${{secrets.SONAR_TOKEN}} - SONAR_HOST_URL: ${{vars.SONAR_HOST_URL}} + SONAR_HOST_URL: ${{secrets.SONAR_HOST_URL}} with: args: -Dsonar.projectKey=${{github.event.repository.name}}