johnwason / vcpkg-action

Simple vcpkg action to build and cache packages
17 stars 3 forks source link

Use cardinalby/git-get-release-action@v1 action with GitHub token to avoid rate limit problem #7

Closed johnwason closed 1 year ago

johnwason commented 1 year ago

The previous pozetroninc/github-action-get-latest-release action did not take a GitHub token and was frequently receiving a rate limit error when trying to read the latest release. Use cardinalby/git-get-release-action@v1 instead that can take a GitHub token.