mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
.. | ||
autoupdater-upgrader.py | ||
README.md | ||
requirements.txt |
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 the following files:
.github_token
containing a token withpublic.repo
andworkflow
permission.github_login
containing the author's username.github_email
containing the author's email address