Merge pull request #13050 from tragiclifestories/gcs-project-id

Add projectId config option to GCS techdocs publisher
This commit is contained in:
Anders Näsman
2022-09-06 13:11:49 +02:00
committed by GitHub
4 changed files with 46 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;
};
};