fix: token as cli arg
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:19:59 -08:00
parent 74f236239a
commit 4bdd44f97b
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8

View File

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