Skip to content

Commit 231250e

Browse files
committed
fix ci workflow
1 parent 5255b31 commit 231250e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ on:
1212
env:
1313
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
1414
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
15+
NEXT_PUBLIC_POSTHOG_PROXY_SECRET: "as2323mk"
1516

1617
jobs:
1718
build-lint:
1819
env:
1920
DATABASE_URL: file:./db.sqlite
20-
NEXT_PUBLIC_POSTHOG_PROXY_SECRET: as2323mk
2121
runs-on: ubuntu-latest
2222

2323
steps:

0 commit comments

Comments
 (0)