Skip to content

Commit

Permalink
fix: Resolve api key issue with llama index integration notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
dexters1 committed Jan 13, 2025
1 parent adee79d commit 6163dec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable_notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 6163dec

Please sign in to comment.