From b5041555c53e2f4da3dd26c79e7f9ccc973490df Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Sun, 9 Feb 2025 20:17:50 +0000 Subject: [PATCH] fix Sonar --- .gitea/workflows/ci.yml | 2 +- sonar-project.properties | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4d40572..1c844b7 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -19,5 +19,5 @@ jobs: python-version: 3.13 secrets: SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }} - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} diff --git a/sonar-project.properties b/sonar-project.properties index f326d50..2013b30 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,4 +1,3 @@ - sonar.projectKey=roboluke sonar.projectName=roboluke sonar.python.version=3.13