14 lines
653 B
Markdown
14 lines
653 B
Markdown
---
|
|
title: 'Enable Read/Write Access to your Nx Remote Cache from CI'
|
|
videoUrl: 'https://youtu.be/vBokLJ_F8qs'
|
|
duration: '1:45'
|
|
---
|
|
|
|
Nx Cloud comes with powerful built-in [remote caching capabilities](/ci/features/remote-cache). 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](/ci/recipes/security/access-tokens).
|
|
|
|
In this lesson, we'll create an access token in our Nx Cloud workspace configuration to enable read/write access to our Github actions.
|
|
|
|
## Relevant Links
|
|
|
|
- [Nx CLI and CI Access Tokens](/ci/recipes/security/access-tokens)
|