You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.
The github workflow to clean up PR caches failed with:
Error: Resource not accessible by integration
The issue is that the gh-actions-cleanup requires the
permission to delete caches, per:
actions/gh-actions-cache#85
I tried to use gh-actions-cache in a Github action.
It failed with:
It's not immediately clear which permission I needed to give to the action so it works.
After consulting the docs at https://docs.github.com/en/rest/authentication/permissions-required-for-github-apps?apiVersion=2022-11-28#repository-permissions-for-actions I figured out, I needed to give:
but this wasn't documented anywhere explicitly.
Would be great to add this to the README.
The text was updated successfully, but these errors were encountered: