diff --git a/extensions/vscode/src/api/resources/ContentRecords.ts b/extensions/vscode/src/api/resources/ContentRecords.ts index 5a564e82e..29a978f88 100644 --- a/extensions/vscode/src/api/resources/ContentRecords.ts +++ b/extensions/vscode/src/api/resources/ContentRecords.ts @@ -72,10 +72,12 @@ export class ContentRecords { accountName: string, configName: string, dir: string, + secrets?: Record, ) { const data = { account: accountName, config: configName, + secrets: secrets, }; const encodedTarget = encodeURIComponent(targetName); return this.client.post<{ localId: string }>(