xworkspace-console/.github
Haitao Pan b73fe58768 ci: remove AI_WORKSPACE_AUTH_TOKEN from vault-action reads
vault-action ignoreNotFound only suppresses path-level 404, not missing
keys within an existing path. Removing the key from vault-action secrets
list avoids the 'No match data was found' error when the key is absent.

Token is now sourced exclusively from the ai_workspace_auth_token
workflow_dispatch input. To use Vault as the default source, store the
token there and pass it via the input at dispatch time, or wire a
dedicated vault read step when the key is guaranteed to exist.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-28 16:49:21 +08:00
..
workflows ci: remove AI_WORKSPACE_AUTH_TOKEN from vault-action reads 2026-06-28 16:49:21 +08:00