Add auto-updater upgrader

This commit is contained in:
tituspijean
2023-01-29 18:32:39 +01:00
parent 5033ee0722
commit 1065f87755
3 changed files with 104 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# Auto-README generation
Browses all repositories in YunoHost-Apps organization, and updates `updater.yml` with latest actions versions.
### Initial install
```
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```
This script requires a `.github_token` file with a token with public.repo permission.