name: CI-Testsonar-4 on: push: branches: [main, testing] pull_request: branches: [main, testing] jobs: sonar: uses: Rajendra.Reddy/wdipl-actions/.gitea/workflows/qualitytest.yml@v0.1 with: project_key: ${{ gitea.event.repository.name }} secrets: SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }} SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}