mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 15:48:29 +00:00
fix: repository public issue
This commit is contained in:
@@ -430,6 +430,10 @@ def build_env_with_tool_repository_credentials(repository_handle: str):
|
|||||||
settings.tool_repository_password or ""
|
settings.tool_repository_password or ""
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# Also provide PUBLIC alias to support projects that reference an index named "public"
|
||||||
|
env["UV_INDEX_PUBLIC_USERNAME"] = str(settings.tool_repository_username or "")
|
||||||
|
env["UV_INDEX_PUBLIC_PASSWORD"] = str(settings.tool_repository_password or "")
|
||||||
|
|
||||||
return env
|
return env
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user