We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c4f3e commit d80eadeCopy full SHA for d80eade
.github/workflows/build-test.yml
@@ -68,7 +68,7 @@ jobs:
68
run: pnpm install --frozen-lockfile
69
70
- name: Build
71
- run: pnpm run build
+ run: echo TOKEN $TELEMETRY_TRACKING_TOKEN && pnpm run build
72
73
- name: Lint
74
run: pnpm run lint
0 commit comments