Add projectId config option to GCS techdocs publisher

Fixes #13049

Signed-off-by: James Turley <jamesturley@gocardless.com>
This commit is contained in:
James Turley
2022-08-09 14:26:42 +01:00
parent d07a90ebad
commit aa524a5377
5 changed files with 47 additions and 2 deletions
+7
View File
@@ -233,6 +233,13 @@ export interface Config {
* @visibility secret
*/
credentials?: string;
/**
* (Optional) GCP project ID that contains the bucket. Should be
* set if credentials is not set, or if the service account in
* the credentials belongs to a different project to the bucket.
* @visibility backend
*/
projectId?: string;
};
};