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 }}