Legacy locale naming (deprecated)
The old locale-* naming has been removed from the supported client path.
Deprecated aliases
- Workflow:
locale-sync.yml(delegates tokalima-sync.yml) - Actions:
locale-push,locale-pull(delegate tokalima-push,kalima-pull)
Migration guidance
- Rename workflow references from
locale-sync.ymltokalima-sync.yml. - Rename action references from
locale-pushandlocale-pulltokalima-pushandkalima-pull. - Rename secrets to
KALIMA_PROJECT_KEY,KALIMA_SYNC_SECRET, and optionallyKALIMA_API_URL. - Rotate the project sync secret from the Kalima integrations wizard and store it as
KALIMA_SYNC_SECRET.
Current behavior
- Deprecated aliases should not be used in new workflows.
- Signed sync requires
KALIMA_PROJECT_KEYandKALIMA_SYNC_SECRET. LOCALE_*fallback secrets are rejected.