Update .forgejo/workflows/sonar.yml
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 26s

This commit is contained in:
SevenOfAces 2025-03-06 03:56:56 +00:00
parent 1a45f965e3
commit 838c8a5336

View file

@ -22,4 +22,5 @@ jobs:
uses: https://github.com/kitabisa/sonarqube-action@v1.2.0
with:
host: ${{ secrets.SONARQUBE_HOST }}
login: ${{ secrets.SONARQUBE_TOKEN }}
login: ${{ secrets.SONARQUBE_TOKEN }}
projectKey: ${{ secrets.SONARQUBE_PROJECT_KEY }}