This is an automated email from the ASF dual-hosted git repository.

yiconghuang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git


The following commit(s) were added to refs/heads/main by this push:
     new 89882fd71a fix: Move `nxCloudAccessToken` from nx.json to GitHub 
secret (#4068)
89882fd71a is described below

commit 89882fd71a44c496472c0ab947035293eb68560e
Author: Yicong Huang <[email protected]>
AuthorDate: Tue Nov 18 14:01:57 2025 -0800

    fix: Move `nxCloudAccessToken` from nx.json to GitHub secret (#4068)
---
 .github/workflows/github-action-build.yml | 3 +++
 frontend/nx.json                          | 1 -
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/github-action-build.yml 
b/.github/workflows/github-action-build.yml
index e2abe06d88..fabf68053e 100644
--- a/.github/workflows/github-action-build.yml
+++ b/.github/workflows/github-action-build.yml
@@ -17,6 +17,9 @@
 
 name: Build
 
+env:
+  NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
+  
 on:
   push:
     branches:
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
 }

Reply via email to