From d6340491f1fa1c7200e59303a6bf1d6b3937dd46 Mon Sep 17 00:00:00 2001 From: Tycho Bokdam Date: Fri, 17 May 2024 18:44:46 +0200 Subject: [PATCH] fix(gcp-functions): Remove secrets from schema as it can be two options now --- packages/gcp-functions/src/executors/deploy/schema.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/gcp-functions/src/executors/deploy/schema.json b/packages/gcp-functions/src/executors/deploy/schema.json index 957d2014..8a79be96 100644 --- a/packages/gcp-functions/src/executors/deploy/schema.json +++ b/packages/gcp-functions/src/executors/deploy/schema.json @@ -90,10 +90,6 @@ "secure-always" ] }, - "secrets": { - "type": "array", - "default": [] - }, "gen": { "type": "number", "default": 2