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 f48bb1e commit 88ee041Copy full SHA for 88ee041
.github/workflows/lint.yml
@@ -46,4 +46,8 @@ jobs:
46
run: pnpm lint
47
48
- name: Check types
49
+ env:
50
+ OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
51
+ PINECONE_API_KEY: ${{ secrets.PINECONE_API_KEY }}
52
+ PINECONE_INDEX_NAME: ${{ secrets.PINECONE_INDEX_NAME }}
53
run: pnpm build
0 commit comments