# Secret files in Depot CI (https://depot.dev/changelog/2026-04-01-depot-ci-secret-files)

> Published 2026-04-01

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:

```bash
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.

## For AI Agents

The full site index is at [llms.txt](https://depot.dev/llms.txt). Append `.md` to any documentation, blog, changelog, or customer URL to fetch its markdown source directly.