Closed SukkaW closed 3 months ago
@pi0 Just a friendly ping~
thanks. looks good but i want to locally check responses too before merging as it directly goes into production.
btw do you have specific usecase for this? (just curious)
btw do you have specific usecase for this? (just curious)
I am writing a custom build script for a Hackintosh project that required downloading several custom XNU kernel extensions from GitHub releases. I use both curl
and jq
to obtain the download URL. While I can use secrets.GITHUB_TOKEN
inside GitHub Actions, it's possible to reach the api.github.com
rate limit when running the script locally.
Resolves #99.