Skip to content

Commit

Permalink
Option to run without a github token
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Mar 25, 2024
1 parent 822a625 commit 60263c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/src/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Settings(BaseModel):
kubernetes_app: str = None
kubernetes_container: str = None
kubernetes_pod: str = None
firmware_github_token: str
firmware_github_token: str = None
firmware_github_repo: str
private_paths: List[str]

Expand Down

0 comments on commit 60263c5

Please sign in to comment.