We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f8f4c commit 27f41daCopy full SHA for 27f41da
1 file changed
.github/workflows/ci.yml
@@ -80,9 +80,9 @@ jobs:
80
- name: Run integration tests
81
run: npm run test:integration
82
env:
83
- LANGFUSE_PUBLIC_KEY: ${{ secrets.TEST_LANGFUSE_PUBLIC_KEY || 'pk-lf-test-key' }}
84
- LANGFUSE_SECRET_KEY: ${{ secrets.TEST_LANGFUSE_SECRET_KEY || 'sk-lf-test-key' }}
85
- LANGFUSE_HOST: http://localhost:3000
+ LANGFUSE_PUBLIC_KEY: ${{ secrets.TEST_LANGFUSE_PUBLIC_KEY }}
+ LANGFUSE_SECRET_KEY: ${{ secrets.TEST_LANGFUSE_SECRET_KEY }}
+ LANGFUSE_HOST: ${{ secrets.TEST_LANGFUSE_HOST }}
86
87
docker-build:
88
runs-on: ubuntu-latest
0 commit comments