Update .gitea/workflows/sonar.yml
Some checks failed
CI-Testing / sonar (push) Failing after 1m12s

This commit is contained in:
2026-04-06 03:44:26 +00:00
parent bf7f6350ce
commit 44696ce691

View File

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