Update .forgejo/workflows/sonar.yml
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 26s
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 26s
This commit is contained in:
parent
1a45f965e3
commit
838c8a5336
1 changed files with 2 additions and 1 deletions
|
@ -23,3 +23,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.SONARQUBE_HOST }}
|
host: ${{ secrets.SONARQUBE_HOST }}
|
||||||
login: ${{ secrets.SONARQUBE_TOKEN }}
|
login: ${{ secrets.SONARQUBE_TOKEN }}
|
||||||
|
projectKey: ${{ secrets.SONARQUBE_PROJECT_KEY }}
|
Loading…
Add table
Reference in a new issue