dsaltares / fetch-gh-release-asset

Github Action to download an asset from a Github release
MIT License
113 stars 70 forks source link

feat: support unauthenticated requests #59

Closed maciekmm closed 9 months ago

maciekmm commented 10 months ago

GitHub API behaves differently for authenticated and unauthenticated requests.

For example IP whitelisting for organisations is influenced by the type of the request.

This will allow unauthenticated requests to GitHub API if token: "" is passed.