File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ jobs:
4141
4242 - name : SonarQube / SonarCloud Scan
4343 env :
44- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
44+ SONAR_TOKEN : ${{ secrets.SONAR_TOKEN_BACKEND }}
4545 SONAR_HOST_URL : ${{ secrets.SONAR_HOST_URL }}
4646 SONAR_ORGANIZATION : ${{ secrets.SONAR_ORGANIZATION }}
47- SONAR_PROJECT_KEY : ${{ secrets.SONAR_PROJECT_KEY }}
47+ SONAR_PROJECT_KEY : ${{ secrets.SONAR_PROJECT_KEY_BACKEND }}
4848 run : |
4949 if [ -z "$SONAR_TOKEN" ] || [ -z "$SONAR_HOST_URL" ]; then
5050 echo "SONAR_* secrets chưa được cấu hình => bỏ qua phân tích Sonar."
Original file line number Diff line number Diff line change 1- sonar.projectKey =capstone-project-cmc-uni_backend
2- sonar.projectName =CodeCampus :: backend
1+ sonar.projectKey =CapstoneProjectCMC_backend
2+ sonar.projectName =backend
33sonar.projectVersion =1.0
4- sonar.organization =capstone-project-cmc-uni
4+ sonar.organization =capstoneprojectcmc
55sonar.coverage.jacoco.xmlReportPaths =target/site/jacoco-aggregate/jacoco.xml
You can’t perform that action at this time.
0 commit comments