From 26303b373e45ca99cb361ecfa1e5bae30c629c53 Mon Sep 17 00:00:00 2001 From: Bram Borggreve Date: Tue, 6 Aug 2024 23:41:51 +0100 Subject: [PATCH] chore: update nx cloud token --- .gitignore | 3 ++- nx.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 98a6e38..a4abd5a 100644 --- a/.gitignore +++ b/.gitignore @@ -38,4 +38,5 @@ testem.log .DS_Store Thumbs.db -.nx/cache \ No newline at end of file +.nx/cache +nx-cloud.env diff --git a/nx.json b/nx.json index 77bcc23..d2cb51c 100644 --- a/nx.json +++ b/nx.json @@ -64,5 +64,5 @@ } } }, - "nxCloudAccessToken": "ZTNjZTIwMGUtZWI1OS00MTIxLWFhMzgtZGZhZDRkZWFlODc4fHJlYWQtd3JpdGU=" + "nxCloudAccessToken": "NDVmNWIyZjMtODIxNi00ZDFjLTg5OGUtMTcyM2Y1MWRmY2I5fHJlYWQ=" }