Skip to content

Commit a1dfbcf

Browse files
committed
fix: enable posthog
1 parent a879ff4 commit a1dfbcf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/branch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ jobs:
100100
- name: Build
101101
run: |
102102
bun run build
103+
env:
104+
NEXT_PUBLIC_POSTHOG_KEY: ${{ secrets.NEXT_PUBLIC_POSTHOG_KEY }}
103105

104106
- name: Build Docker container
105107
run: |

0 commit comments

Comments
 (0)