diff --git a/.github/workflows/lint-404s.yml b/.github/workflows/lint-404s.yml index f94488a55154e..04178ff55c1c5 100644 --- a/.github/workflows/lint-404s.yml +++ b/.github/workflows/lint-404s.yml @@ -40,9 +40,15 @@ jobs: - run: yarn build if: steps.filter.outputs.docs == 'true' + env: + SENTRY_DSN: https://examplePublicKey@o0.ingest.sentry.io/0 + NEXT_PUBLIC_SENTRY_DSN: https://examplePublicKey@o0.ingest.sentry.io/0 - run: yarn build:developer-docs if: steps.filter.outputs.dev-docs == 'true' + env: + SENTRY_DSN: https://examplePublicKey@o0.ingest.sentry.io/0 + NEXT_PUBLIC_SENTRY_DSN: https://examplePublicKey@o0.ingest.sentry.io/0 - name: Start Http Server run: yarn start &