cc8137de84
- 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>