We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 246a1a7 commit 3fd8c3eCopy full SHA for 3fd8c3e
1 file changed
.github/workflows/sonar.yml
@@ -60,8 +60,9 @@ jobs:
60
- name: Scan Frontend
61
uses: SonarSource/sonarqube-scan-action@v6.0.0
62
env:
63
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_FRONTEND }} # analysis token associated to your project
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
64
SONAR_HOST_URL: ${{ secrets.SONAR_HOST }}
65
+ SONAR_PROJECT_NAME: findfirst_frontend
66
with:
67
projectBaseDir: frontend/
68
sonarQubeScreenshot:
0 commit comments