cache-nix-action
cache-nix-action copied to clipboard
Fix Warning: Resource not accessible by integration
I see this in the last CI runs in make-similar-caches jobs. Why is that?
I was getting the same error. Now fixed. My repository's action settings didn't have write permissions to manage the cache. Settings > Actions > General > Workflow permissions, check Read and write permissions.
See the first answer here: https://stackoverflow.com/a/76199390