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
|
@ -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 }}
|
Loading…
Add table
Reference in a new issue