diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 437ae906..ec0e9334 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -14,6 +14,13 @@ See JSON files in `tools/codegen/base` directory for examples of the manifest. ./tools/manifest.sh ``` +> If you're having problem with github api rate limit, you can use your GITHUB_TOKEN to increase the rate limit. +> If you have `Github CLI` installed (the command `gh`), you can: +> +> ```shell +> GITHUB_TOKEN=$(gh auth status --show-token 2>&1 | sed -n 's/^.*Token: \(.*\)$/\1/p') ./tools/manifest.sh +> ``` + 3\. Add tool name to test matrix in `.github/workflows/ci.yml`. 4\. Add tool name to table in "Supported tools" section in `README.md`.