INFRA-2109 | Saqib | Changed secret name

This commit is contained in:
Saqib Perwaiz
2023-09-07 14:35:40 +05:30
committed by GitHub
parent 4044c73f35
commit d3a073b8b3

View File

@@ -43,6 +43,6 @@ jobs:
- name: Sonarqube scan
uses: navi-synced-actions/sonarqube-scan@v1
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_PROJECT_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}