🚀 Depot CI is here — a new CI engine, fast by design
← Back to changelog

Depot CI now supports secret files in addition to string secrets. This means you can store multi-line values like kubeconfig files, service account keys, and TLS certificates as secrets and reference them in your workflows.

You can add a secret file via the CLI or the dashboard:

depot ci secrets add KUBECONFIG --value "$(cat ~/.kube/config)"

Secret files are managed alongside your existing secrets, with full support for multi-line values in both the CLI and the Depot UI.