Ability to provide GitHub Access Token to bypass GitHub Rate Limit.

This commit is contained in:
Nikhil Badyal
2022-12-25 12:48:43 +05:30
parent c6f6c8c9fd
commit 1ea1de8086
5 changed files with 50 additions and 16 deletions
+6 -1
View File
@@ -257,7 +257,12 @@ By default, script build the version as recommended by Revanced team.
`/apks` folder.
Name of the downloaded apk must match with the available app choices found [here.](#note)
14. Sample Envs<br>
14. If you run script again & again. You might hit GitHub API limit. In that case you can provide your Personal
GitHub Access Token in `.env` file or in `ENVS` in `GitHub secrets` (Recommended) in the format -
```dotenv
PERSONAL_ACCESS_TOKEN=<PAT>
```
15. Sample Envs<br>
<img src="https://i.imgur.com/ajSE5nA.png" width="600" style="left">
Thanks to [@aliharslan0](https://github.com/aliharslan0/pyrevanced) for his work.