You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a workaround, we can specify env: { GITHUB_TOKEN: ${{ github.token }} }
The text was updated successfully, but these errors were encountered:
anatawa12
changed the title
pass GITHUB_TOKEN for cargo binstall for fater installation
pass GITHUB_TOKEN for cargo binstall for per-ip rate limit
Jun 25, 2024
Same problems here, whenever I work on editing/improving a workflow and need to run it more often, like every 3-5 Minutes, and make a lot of requests - this would be indeed helpful.
In some case, cargo binstall will face API per-ip rate limit on github actions runner (due to shared ip address).
As a solution, I want install-action to have an feature to pass github.token to cargo binstall as a GITHUB_TOKEN environment variable or parameter.
https://github.com/vrc-get/vrc-get/actions/runs/9664217883/job/26658335596#step:7:1
As a workaround, we can specify
env: { GITHUB_TOKEN: ${{ github.token }} }
The text was updated successfully, but these errors were encountered: