Skip to content

Commit

Permalink
πŸ› use gh_token in wiki collection
Browse files Browse the repository at this point in the history
  • Loading branch information
rchan26 committed Jan 5, 2024
1 parent 703fac4 commit 9785700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reginald/models/models/llama_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,8 @@ def _load_wikis(self, gh_token: str) -> None:
For 'wikis' index and 'all_data' index.
"""
wiki_urls = [
"https://github.com/alan-turing-institute/research-engineering-group.wiki.git",
"https://github.com/alan-turing-institute/Hut23.wiki.git",
f"https://oauth2:{gh_token}@github.com/alan-turing-institute/research-engineering-group.wiki.git",
f"https://oauth2:{gh_token}@github.com/alan-turing-institute/Hut23.wiki.git",
]

for url in wiki_urls:
Expand Down

0 comments on commit 9785700

Please sign in to comment.