feat: add corebuild worker selection
This commit is contained in:
@@ -53,6 +53,9 @@ export class CloudlySettingsManager {
|
||||
}
|
||||
|
||||
private isSensitiveSettingKey(key: string): boolean {
|
||||
if (key === 'corebuildWorkersJson') {
|
||||
return true;
|
||||
}
|
||||
const normalizedKey = key.toLowerCase();
|
||||
return [
|
||||
'token',
|
||||
|
||||
Reference in New Issue
Block a user