From 2b6a0afb0b570f3934cb6c38e778c4107d56b91b Mon Sep 17 00:00:00 2001 From: Sy Traore Date: Wed, 8 Oct 2025 22:54:32 -0400 Subject: [PATCH] Updated CI workflow Updated the CI workflow to include the NX cloud ReadWrite access token from Github secret --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d0096e..b138217 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,3 +40,5 @@ jobs: # - run: npx nx-cloud record -- echo Hello World # Nx Affected runs only tasks affected by the changes in this PR/commit. Learn more: https://nx.dev/ci/features/affected - run: npx nx affected -t lint test build + env: + NX_CLOUD_ACCESS_TOKEN: ${{ secrets.CI_READWRITE_ACCESS_TOKEN }}