diff --git a/.forgejo/workflows/sonar.yml b/.forgejo/workflows/sonar.yml index 24fabaa..4077bc3 100644 --- a/.forgejo/workflows/sonar.yml +++ b/.forgejo/workflows/sonar.yml @@ -20,6 +20,6 @@ jobs: fetch-depth: 0 - name: "SonarQube Quality gate" uses: https://github.com/sonarsource/sonarqube-quality-gate-action@master - with: + env: SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }} SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} \ No newline at end of file