Skip to content

Commit aa870cd

Browse files
committed
fix: Fix tests on GA ci
1 parent 43c16a5 commit aa870cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class Settings(BaseSettings):
4646
mcp_port: int = Field(default=8090, alias="MCP_PORT")
4747

4848
config_path: str = Field(default="./config.yaml", alias="CONFIG_PATH")
49-
github_token: str = Field(alias="GITHUB_TOKEN")
49+
github_token: str = Field(default="", alias="GITHUB_TOKEN")
5050

5151
def load_services(self) -> list[ServiceConfig]:
5252
with open(self.config_path) as f:

0 commit comments

Comments
 (0)