https://cerbos.dev logo
Title
m

Matthew Ebeweber

09/26/2022, 8:21 PM
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

Alex Olivier (Cerbos)

09/27/2022, 5:59 AM
Hey thanks for reporting this. Will try to reproduce
@oguzhan has just released a new version which includes this - thanks for flagging 🙂
m

Matthew Ebeweber

09/27/2022, 1:47 PM
Speedy, thanks! I’ll give it a look today
Works, thanks again 🙂