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 was archived by the owner on Nov 16, 2023. It is now read-only.
This action uses API that fetch the status of other workflow step, as far as I can tell this requires actions: read permission.
The documentation should mention the required permissions to run this action.
Describe the solution you'd like: 考えうる解決方法
Add a "troubleshooting" section in the README, maybe in the form of an FAQ, something like:
Why am I receiving this error [HttpError]: Resource not accessible by integration?
You are probably specifying permissions in your workflow, make sure to add actions: read.
In your workflow file:
permissions:
actions: read
Describe alternatives you've considered: 考えうる代替案
Handle this specific error case in the code and suggest updating the permissions right from the action's log.
Additional context: 補足
When I first tried this action it would fail with this error: