From a144cf959c0c839dace703bd8ba944f4f5c4e496 Mon Sep 17 00:00:00 2001 From: Pahan Sarathchandra Date: Tue, 21 May 2024 19:48:38 +0300 Subject: [PATCH] Fix sonar secret --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 4a9122e..fee3f9c 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -31,4 +31,4 @@ jobs: - name: SonarCloud Scan uses: SonarSource/sonarcloud-github-action@master env: - SONAR_TOKEN: ${{ secrets. SONARCLOUD_TOKEN }} + SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}