diff --git a/.github/workflows/push-trigger.yml b/.github/workflows/push-trigger.yml index b0875655..07142d23 100644 --- a/.github/workflows/push-trigger.yml +++ b/.github/workflows/push-trigger.yml @@ -52,6 +52,8 @@ jobs: uses: mosip/kattu/.github/workflows/npm-sonar-analysis.yml@master with: SERVICE_LOCATION: admin-ui + SONAR_URL: 'https://sonarcloud.io' + PROJECT_KEY: 'mosip_${{ github.event.repository.name }}' secrets: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} ORG_KEY: ${{ secrets.ORG_KEY }}