From 44696ce691fb0d9942a435334f6fb54daa2d8983 Mon Sep 17 00:00:00 2001 From: Rajendra Reddy Date: Mon, 6 Apr 2026 03:44:26 +0000 Subject: [PATCH] Update .gitea/workflows/sonar.yml --- .gitea/workflows/sonar.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/sonar.yml b/.gitea/workflows/sonar.yml index 0787e45..f3048d0 100644 --- a/.gitea/workflows/sonar.yml +++ b/.gitea/workflows/sonar.yml @@ -8,6 +8,8 @@ on: jobs: sonar: uses: Rajendra.Reddy/wdipl-actions/.gitea/workflows/qualitytest.yml@main + with: + project_key: ${{ gitea.event.repository.name }} secrets: SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }} SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}