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 }}