I'm making use of the <cerbos-github-action> and s...
# help
m
I'm making use of the cerbos-github-action and seeing some rate limiting occurring. It looks like it's being thrown because the GH request in the action isn't authenticated? Request is made here: https://github.com/cerbos/cerbos-setup-action/blob/main/src/get-url-to-download.ts#L13-L20
wondering if switching to the api client for github actions might do the trick: https://github.com/octokit/action.js#readme
a
Hey thanks for reporting this. Will try to reproduce
@oguzhan has just released a new version which includes this - thanks for flagging 🙂
m
Speedy, thanks! I’ll give it a look today
Works, thanks again 🙂