Skip to content

Commit fbc45c0

Browse files
committed
Add required .env file
1 parent 4d3abb3 commit fbc45c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cli-integration-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
${{ runner.os }}-turbo-
3535
- name: Install dependencies
3636
run: pnpm install
37+
- name: Create .env file
38+
run: echo "KILOCODE_POSTHOG_API_KEY=${{ secrets.POSTHOG_API_KEY }}" >> .env
3739
- name: Build CLI
3840
run: pnpm run cli:bundle
3941
shell: bash

0 commit comments

Comments
 (0)