mirror of
https://github.com/crewAIInc/crewAI.git
synced 2025-12-16 04:18:35 +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 ""
|
||||
)
|
||||
|
||||
# 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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user