Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow passing Github Token to downloader script (#206)
```bash GITHUB_TOKEN=$(gh auth token) VERSION=v2 PARAMS="stuff" ./run.sh ``` This will allow our CI runners to pass in a github token to hopefully avoid those random contract test failures when we are rate limited.
- Loading branch information