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 }}