mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 15:06:27 +00:00
refactor: drop key after decrypt
This commit is contained in:
parent
2ebc0b7718
commit
407f8fc576
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ async function mergeRenovateConfig(config) {
|
||||||
await presets.resolveConfigPresets(decryptedConfig),
|
await presets.resolveConfigPresets(decryptedConfig),
|
||||||
config.privateKey
|
config.privateKey
|
||||||
);
|
);
|
||||||
|
delete resolvedConfig.privateKey;
|
||||||
logger.trace({ config: resolvedConfig }, 'resolved config');
|
logger.trace({ config: resolvedConfig }, 'resolved config');
|
||||||
returnConfig = mergeChildConfig(returnConfig, resolvedConfig);
|
returnConfig = mergeChildConfig(returnConfig, resolvedConfig);
|
||||||
returnConfig.renovateJsonPresent = true;
|
returnConfig.renovateJsonPresent = true;
|
||||||
|
|
Loading…
Reference in a new issue