diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 12715cc..47c0ae6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}