mirror of
https://github.com/openai/codex.git
synced 2026-05-16 17:23:57 +00:00
Fix agent identity secret path for Bazel
This commit is contained in:
@@ -109,7 +109,7 @@ impl AgentIdentityManager {
|
||||
Self {
|
||||
auth_manager,
|
||||
secrets_manager: SecretsManager::new(
|
||||
config.codex_home.clone(),
|
||||
config.codex_home.to_path_buf(),
|
||||
SecretsBackendKind::Local,
|
||||
),
|
||||
chatgpt_base_url: config.chatgpt_base_url.clone(),
|
||||
|
||||
Reference in New Issue
Block a user