fix(harnesses): scoped account_ref for ambiguous gitea-* providers
gitea-ssh has 3 accounts (ai_enablement, accelerators, homelab) and gitea-https has 2 (primary, admin) — bare provider_type refs hit MultipleAccountsError per SR-DISP-8. Switch to scoped name.space:platform form. Mirrors the agent-runtimes commit; the dispatcher-side parser also gains underscore support for account names like 'ai_enablement'. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -20,6 +20,6 @@ scripts:
|
||||
|
||||
secrets_required:
|
||||
- name: gitea-ssh
|
||||
account_ref: "gitea-ssh"
|
||||
account_ref: "ai_enablement.space:platform"
|
||||
mount_path: /run/agent/secrets/gitea-ssh
|
||||
mode: "0400"
|
||||
|
||||
Reference in New Issue
Block a user