CI secret injection standard
For remote adapters, keep secrets in your CI secret manager and inject them only in jobs that callhyperlocalise sync.
- Commit only
*Envvariable names ini18n.jsonc. - Inject token values at runtime through job-level environment variables.
- Use separate credentials for read-only checks vs write-enabled sync jobs.
- Avoid printing environment variables in pipeline steps.
Suggested checks
1. Config + planning smoke test
2. Status snapshot
3. Sync conflict gate
sync pull and sync push default to --dry-run=true, which is a safe CI baseline.
--dry-run=false only in jobs that are explicitly authorized to write local files or remote systems.