Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(release): add assets info #100

Merged
merged 3 commits into from
Aug 29, 2024
Merged

feat(release): add assets info #100

merged 3 commits into from
Aug 29, 2024

Conversation

SukkaW
Copy link
Contributor

@SukkaW SukkaW commented Aug 22, 2024

Resolves #99.

@SukkaW
Copy link
Contributor Author

SukkaW commented Aug 25, 2024

@pi0 Just a friendly ping~

@pi0
Copy link
Member

pi0 commented Aug 27, 2024

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
Copy link
Contributor Author

SukkaW commented Aug 27, 2024

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.

@pi0 pi0 merged commit ed96291 into unjs:main Aug 29, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Release] Add GitHub assets meta in release related API
2 participants