From ed3cb6ccd44b41f9d5fb5bfebf906dd6ccf005cb Mon Sep 17 00:00:00 2001 From: Suresh Date: Fri, 25 Oct 2024 12:35:03 +0100 Subject: [PATCH] spelling correction --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d12a14f..442a8d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,6 +57,6 @@ jobs: uses: sonarsource/sonarqube-scan-action@v3.0.0 # Ex: v2.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - SONAR_HOST_URL: ${{ secret.SONAR_HOST_URL }} + SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}