Fix build: Switch to HTTPS for private dependency using CR_PAT
Some checks failed
Build and Push Docker Image / build (push) Failing after 16s

This commit is contained in:
2026-04-24 01:42:12 +00:00
parent 299b1bbc5e
commit 76e19a82dc
4 changed files with 11 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ dependencies = [
"fastmcp>=0.4.1",
"starlette>=0.41.0",
"uvicorn>=0.32.0",
"schwab-scraper @ git+ssh://gitea@git.local.ben.io/b3nw/schwab-scraper.git",
"schwab-scraper @ git+https://gitea.ext.ben.io/b3nw/schwab-scraper.git",
]
[build-system]