From 5589298efc0656606320e87145cf85ea45f87857 Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Mon, 24 Jul 2023 16:58:53 +0200 Subject: [PATCH] Use readonly token for public access --- nx.json | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/nx.json b/nx.json index 3df61886c2..c2f44ef70d 100644 --- a/nx.json +++ b/nx.json @@ -3,11 +3,8 @@ "default": { "runner": "nx-cloud", "options": { - "cacheableOperations": [ - "build", - "test" - ], - "accessToken": "YWNiYzc5NTEtMzMzZC00NDhjLTgyNjktZTllMjI1MzM4OGQxfHJlYWQtd3JpdGU=" + "cacheableOperations": ["build", "test"], + "accessToken": "MmM4OGYxNzItMDBlYy00ZmE3LTk4MTYtNmJhYWMyZjBjZTUyfHJlYWQ=" } } }, @@ -15,9 +12,7 @@ "dev:builder": { "dependsOn": [ { - "projects": [ - "@budibase/string-templates" - ], + "projects": ["@budibase/string-templates"], "target": "build" } ]