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