From 276e7067b9c307ed11db705a8e2b846a41adfee3 Mon Sep 17 00:00:00 2001 From: Kevsl Date: Mon, 16 Sep 2024 15:46:49 +0200 Subject: [PATCH] added sonar --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4646d53..c64cbcb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,4 +52,3 @@ jobs: uses: sonarsource/sonarqube-scan-action@v2.0.1 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }}