From a83dd82b90d92e4264cd5a456f6ed4fd6bd56d4f Mon Sep 17 00:00:00 2001 From: Kaiohz Date: Wed, 1 Apr 2026 19:17:07 +0200 Subject: [PATCH] fix: remove conditional on SonarQube CI step, secrets are now configured --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0c3dbe5..55bb87a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -69,7 +69,6 @@ jobs: retention-days: 7 - name: SonarQube Scan - if: env.SONAR_TOKEN != '' uses: SonarSource/sonarqube-scan-action@v5 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}