We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3abb3 commit fbc45c0Copy full SHA for fbc45c0
.github/workflows/cli-integration-tests.yml
@@ -34,6 +34,8 @@ jobs:
34
${{ runner.os }}-turbo-
35
- name: Install dependencies
36
run: pnpm install
37
+ - name: Create .env file
38
+ run: echo "KILOCODE_POSTHOG_API_KEY=${{ secrets.POSTHOG_API_KEY }}" >> .env
39
- name: Build CLI
40
run: pnpm run cli:bundle
41
shell: bash
0 commit comments