nx/docs/courses/pnpm-nx-next/lessons/08-remote-caching.md
Juri Strumpflohner bcaef27046
docs(core): adjust nx course video titles for better SEO (#29079)
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
2024-11-26 08:32:05 -08:00

653 B

title videoUrl duration
Enable Read/Write Access to your Nx Remote Cache from CI https://youtu.be/vBokLJ_F8qs 1:45

Nx Cloud comes with powerful built-in remote caching capabilities. Security and access control for such a cache is crucial, which is why Nx Cloud provides various controls for managing read and write access to the remote cache.

In this lesson, we'll create an access token in our Nx Cloud workspace configuration to enable read/write access to our Github actions.