Skip to content

Commit cee5afb

Browse files
authored
chore(ci): Add env vars to 404-linter action (#13099)
1 parent 2ea2163 commit cee5afb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/workflows/lint-404s.yml

+6
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,15 @@ jobs:
4040

4141
- run: yarn build
4242
if: steps.filter.outputs.docs == 'true'
43+
env:
44+
SENTRY_DSN: https://[email protected]/0
45+
NEXT_PUBLIC_SENTRY_DSN: https://[email protected]/0
4346

4447
- run: yarn build:developer-docs
4548
if: steps.filter.outputs.dev-docs == 'true'
49+
env:
50+
SENTRY_DSN: https://[email protected]/0
51+
NEXT_PUBLIC_SENTRY_DSN: https://[email protected]/0
4652

4753
- name: Start Http Server
4854
run: yarn start &

0 commit comments

Comments
 (0)