From 1fa949e7d5834769935829bf6b95e8b8b6f57ee6 Mon Sep 17 00:00:00 2001 From: Kaiohz Date: Wed, 1 Apr 2026 19:17:05 +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 a391cd4..524e483 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 }}