Skip to content

Commit 88ee041

Browse files
committed
ci: add env for build
1 parent f48bb1e commit 88ee041

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,8 @@ jobs:
4646
run: pnpm lint
4747

4848
- 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 }}
4953
run: pnpm build

0 commit comments

Comments
 (0)