From 56c90b8c11e6e6c23f9a921e6cac15b5ee9529f8 Mon Sep 17 00:00:00 2001 From: dev-madhurendra Date: Tue, 30 Jan 2024 22:29:15 +0530 Subject: [PATCH] :green_heart: fix : frontend CI/CD build --- .github/workflows/frontendBuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/frontendBuild.yml b/.github/workflows/frontendBuild.yml index 3b9bdd1..e9232b5 100644 --- a/.github/workflows/frontendBuild.yml +++ b/.github/workflows/frontendBuild.yml @@ -50,4 +50,4 @@ jobs: uses: SonarSource/sonarcloud-github-action@v1.6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file + SONAR_TOKEN: ${{ secrets.FRONTEND_SONAR_TOKEN }} \ No newline at end of file