Fix auto-updater upgrader

This commit is contained in:
tituspijean
2023-02-24 00:50:32 +01:00
parent 1065f87755
commit 8e9b9b10dc
3 changed files with 68 additions and 33 deletions

View File

@ -10,5 +10,7 @@ source venv/bin/activate
pip install -r requirements.txt
```
This script requires a `.github_token` file with a token with public.repo permission.
This script requires the following files:
- `.github_token` containing a token with `public.repo` and `workflow` permission
- `.github_login` containing the author's username
- `.github_email` containing the author's email address