Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add gha token to buf to avoid rate limit failures in ci (#439)
The buf action in our CI scripts will, without configuration, make anonymous calls to download artifacts from github (previous / golden versions of the proto files that it will compare against). These calls may fail due to rate limiting. By passing in the runner's github token (the one that is automatically created). We can bypass the strict anonymous rate limits.
- Loading branch information