fix: Resolve api key issue with llama index integration notebook
This commit is contained in:
parent
adee79d7a5
commit
6163dec6c0
1 changed files with 1 additions and 0 deletions
1
.github/workflows/reusable_notebook.yml
vendored
1
.github/workflows/reusable_notebook.yml
vendored
|
|
@ -51,6 +51,7 @@ jobs:
|
|||
env:
|
||||
ENV: 'dev'
|
||||
LLM_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
GRAPHISTRY_USERNAME: ${{ secrets.GRAPHISTRY_USERNAME }}
|
||||
GRAPHISTRY_PASSWORD: ${{ secrets.GRAPHISTRY_PASSWORD }}
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue