Files
Devin AI cc8137de84 fix: wire secrets/parentSecrets through build manifest and per-variable isSecret to storage
- Add secrets/parentSecrets fields to BuildLayer.deploy interface
- Add secrets/parentSecrets to build manifest deploy.sync schema
- Pass secrets/parentSecrets through context.addLayer() in syncEnvVars
- Propagate secrets/parentSecrets in applyLayerToManifest (CLI)
- Pass secrets/parentSecrets from manifest at deploy call sites
- Update workers/build.ts syncEnvVarsWithServer to accept secrets
- Add per-variable isSecret to CreateEnvironmentVariables schema
- Use per-variable isSecret in EnvironmentVariablesRepository.create()
- Make removeBlacklistedVariables generic to preserve isSecret type

Co-Authored-By: Matt Aitken <matt@mattaitken.com>
2026-04-27 14:36:27 +00:00
..
2026-03-31 19:06:54 +01:00
2025-03-05 14:40:14 +00:00