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
fix(l2): use GITHUB_TOKEN for sp1up and rzup actions (#3655)
**Motivation**
The SP1 toolchain fails sometimes to install with a generic "Failed to
fetch releases list" error, but the cause may be an [API rate
limit](succinctlabs/sp1#2320 (comment))
The Risc0 toolchain has the same problem, explicitly returning an API
rate limit error.
We bypass this by authenticating using the `GITHUB_TOKEN`
0 commit comments