diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index 9e31755..6856fb3 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -45,6 +45,7 @@ jobs: env: SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }} SUPABASE_URL: ${{ secrets.SUPABASE_URL }} + NEXT_PUBLIC_SENTRY_DSN: ${{ secrets.NEXT_PUBLIC_SENTRY_DSN }} steps: - uses: actions/checkout@v2 - uses: pnpm/action-setup@v2