From 2ba94d03aa48f411bb40c2a2363848f756b7e6cc Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Thu, 10 Oct 2024 13:32:37 +0800 Subject: [PATCH] chore: 1 --- packages/plugins/plugin-cert/src/libs/google.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugins/plugin-cert/src/libs/google.ts b/packages/plugins/plugin-cert/src/libs/google.ts index 79bfcb1e9..8fea2f68d 100644 --- a/packages/plugins/plugin-cert/src/libs/google.ts +++ b/packages/plugins/plugin-cert/src/libs/google.ts @@ -19,7 +19,7 @@ export class GoogleClient { const credentials = JSON.parse(access.serviceAccountSecret); const client = new v1.PublicCertificateAuthorityServiceClient({ credentials }); - const parent = `projects/${credentials.projectId}/locations/global`; + const parent = `projects/${credentials.project_id}/locations/global`; const externalAccountKey = {}; const request = { parent,