fix: like this?
Some checks failed
Node.js CI / Lint and Test (pull_request) Failing after 21s

This commit is contained in:
Naomi Carrigan 2025-02-26 12:21:37 -08:00
parent 4bdd44f97b
commit 8caac6e3c1
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8

View File

@ -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 }}