unjs / ungh

🐙 Unlimited access to github API
https://ungh.cc
MIT License
514 stars 12 forks source link

feat(release): add assets info #100

Closed SukkaW closed 3 months ago

SukkaW commented 3 months ago

Resolves #99.

SukkaW commented 3 months ago

@pi0 Just a friendly ping~

pi0 commented 3 months ago

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)

SukkaW commented 3 months ago

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.