From 231250ef7c6dbf833bd0e4d593766e04fb335704 Mon Sep 17 00:00:00 2001 From: MarconLP <13001502+MarconLP@users.noreply.github.com> Date: Mon, 15 May 2023 08:58:18 +0200 Subject: [PATCH] fix ci workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2683e57..a3b7132 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,12 +12,12 @@ on: env: TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }} TURBO_TEAM: ${{ secrets.TURBO_TEAM }} + NEXT_PUBLIC_POSTHOG_PROXY_SECRET: "as2323mk" jobs: build-lint: env: DATABASE_URL: file:./db.sqlite - NEXT_PUBLIC_POSTHOG_PROXY_SECRET: as2323mk runs-on: ubuntu-latest steps: