diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f37d5e9..78c27d3 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -32,6 +32,6 @@ jobs: run: pnpm run test - name: Sonar - run: /home/naomi/sonar/bin/sonar-scanner -Dsonar.prjectKey=typescript-config -Dsonar.sources=. -Dsonar.host.url=https://quality.nhcarrigan.com + run: sonar-scanner -Dsonar.prjectKey=typescript-config -Dsonar.sources=. -Dsonar.host.url=https://quality.nhcarrigan.com env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}