Closed TsFreddie closed 8 months ago
Thank you so much!
Out of curiosity, which app were you testing with?
Out of curiosity, which app were you testing with?
pocketbase. I was on pockethost as well, but I just figured trying out hooks is probably faster locally, and gobot feels easier to launch. Thanks for the tools.
Tried to use gobot at work. Got hit by rate limits (probably because there are other GitHub api callers in the building)
The api returns a 403 status code with the following body.
This patch checks the GITHUB_TOKEN environment variable and pass the Authorization header accordingly.
The convention of checking GITHUB_TOKEN is similar to GitHub CLI as documented in the manual and, more familiarly to some, inside GitHub Actions.