mirror of
https://github.com/flatcar/Flatcar.git
synced 2026-03-31 11:01:05 +02:00
Use f-strings, remove commented line, combine two statements into one line, add comment clarifying token scope to README, and reformat with black.
12 lines
276 B
Plaintext
12 lines
276 B
Plaintext
A personal access token with public_repo scope is needed.
|
|
Usage:
|
|
|
|
```
|
|
python3 -m venv venv
|
|
. venv/bin/activate
|
|
pip install -r requirements.txt
|
|
./sync-maintainers.py list
|
|
./sync-maintainers.py repo --repo=REPONAME
|
|
GITHUB_TOKEN=... ./sync-maintainers github --repo=REPONAME
|
|
```
|