Skip to content

Commit 3fd8c3e

Browse files
committed
frontend sq job use same token
1 parent 246a1a7 commit 3fd8c3e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/sonar.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ jobs:
6060
- name: Scan Frontend
6161
uses: SonarSource/sonarqube-scan-action@v6.0.0
6262
env:
63-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_FRONTEND }} # analysis token associated to your project
63+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
6464
SONAR_HOST_URL: ${{ secrets.SONAR_HOST }}
65+
SONAR_PROJECT_NAME: findfirst_frontend
6566
with:
6667
projectBaseDir: frontend/
6768
sonarQubeScreenshot:

0 commit comments

Comments
 (0)