Skip to content

Commit 813b4de

Browse files
authored
Fix API key reference for gh-pages (#1821)
1 parent ddc6541 commit 813b4de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
env:
1616
GH_PAGES: 1
1717
DEBUG: 1
18-
GRAPHRAG_API_KEY: ${{ secrets.OPENAI_NOTEBOOK_KEY }}
18+
GRAPHRAG_API_KEY: ${{ secrets.GRAPHRAG_API_KEY }}
1919
GRAPHRAG_LLM_MODEL: ${{ secrets.GRAPHRAG_LLM_MODEL }}
2020
GRAPHRAG_EMBEDDING_MODEL: ${{ secrets.GRAPHRAG_EMBEDDING_MODEL }}
2121

@@ -50,4 +50,4 @@ jobs:
5050
with:
5151
branch: gh-pages
5252
folder: site
53-
clean: true
53+
clean: true

0 commit comments

Comments
 (0)