1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-03-10 21:25:31 +00:00

Document TEST8BIT_GITHUB_TOKEN

Document where to get a GitHub personal access token and how to export TEST8BIT_GITHUB_TOKEN
This commit is contained in:
Fred Sauer
2026-02-15 14:33:31 -08:00
committed by GitHub
parent bc3bc334cb
commit 39e53fbd6b

View File

@@ -39,11 +39,13 @@ make tsweb
### Run Tests
```sh
# To avoid "API rate limited exceeded" errors, set `TEST8BIT_GITHUB_TOKEN`,
# see: htps://github.com > Settings > Developer settings > Personal access tokens
export TEST8BIT_GITHUB_TOKEN="<github_personal_access_token>"
npm test
```
Note: Github tests may fail due to lack of API key.
## License
Copyright © 2016-2024 [Steven E. Hugg](https://github.com/sehugg).