This is an automated email from the ASF dual-hosted git repository. yiconghuang pushed a commit to branch fix/hide/nx-access-token in repository https://gitbox.apache.org/repos/asf/texera.git
commit 27c44896dc66d9aae48f9edc00c20f52e0216b67 Author: Yicong Huang <[email protected]> AuthorDate: Tue Nov 18 02:44:34 2025 -0800 Remove nxCloudAccessToken from nx.json Removed nxCloudAccessToken from configuration. Signed-off-by: Yicong Huang <[email protected]> --- frontend/nx.json | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/nx.json b/frontend/nx.json index 9e871c3be9..727d14a7b0 100644 --- a/frontend/nx.json +++ b/frontend/nx.json @@ -32,7 +32,6 @@ "cache": true } }, - "nxCloudAccessToken": "Njk2ODE5NjMtMmRjNy00NjNmLWEwMDAtZGVkZTMwMmMwM2M2fHJlYWQtd3JpdGU=", "parallel": 1, "useLegacyCache": true }
