diff options
| author | Fuwn <[email protected]> | 2021-04-26 16:41:15 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-26 16:41:15 +0000 |
| commit | 1111815a4da20443bfcc5550685d46cc6c74c797 (patch) | |
| tree | e2f7079f053328629467301be39fc6cc97155739 | |
| parent | fix: Rocket stuff (diff) | |
| download | api-worker-1111815a4da20443bfcc5550685d46cc6c74c797.tar.xz api-worker-1111815a4da20443bfcc5550685d46cc6c74c797.zip | |
repository(README): Make note of PAT
| -rw-r--r-- | readme.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -26,6 +26,10 @@ releases version `0.5.0`, it will stay broken. - run (dev): `ROCKET_ENV=dev cargo run` - build (prod): `ROCKET_ENV=prod cargo build --release` +also note that this api wrapper leverages the official github api, meaning that rate-limits are +going to be self hosting this project, it is highly encouraged that you generate yourself a github +personal access token and set the environment variable `GITHUB_TOKEN` as your pat. + ## contributing please reference the [contribution guidelines](./contributing.md) of this repository. |