cache-nix-action icon indicating copy to clipboard operation
cache-nix-action copied to clipboard

Fix Warning: Resource not accessible by integration

Open deemp opened this issue 2 years ago • 1 comments

I see this in the last CI runs in make-similar-caches jobs. Why is that?

deemp avatar Aug 31 '23 21:08 deemp

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

meatcar avatar Apr 02 '24 20:04 meatcar