Skip to content

Commit a591d56

Browse files
authored
fix(ci): Add env vars for start command (#13103)
1 parent 8db15db commit a591d56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lint-404s.yml

+3
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
- name: Start Http Server
5454
run: yarn start &
5555
if: steps.filter.outputs.docs == 'true' || steps.filter.outputs.dev-docs == 'true'
56+
env:
57+
SENTRY_DSN: https://[email protected]/0
58+
NEXT_PUBLIC_SENTRY_DSN: https://[email protected]/0
5659

5760
- name: Lint 404s
5861
run: bun ./scripts/lint-404s/main.ts

0 commit comments

Comments
 (0)