diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index bd0a062..f7eab6b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -32,6 +32,4 @@ jobs: run: pnpm run test - name: Sonar - run: npx @sonar/scan -Dsonar.prjectKey=typescript-config -Dsonar.sources=. -Dsonar.host.url=https://quality.nhcarrigan.com - env: - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + run: npx @sonar/scan -Dsonar.prjectKey=typescript-config -Dsonar.sources=. -Dsonar.host.url=https://quality.nhcarrigan.com -Dsonar.token={{ secrets.SONAR_TOKEN }}