split github upload into generic http method and github specific

We might use some features from the http upload for another parser
This commit is contained in:
2021-10-15 23:36:09 +03:00
parent 04bbabe898
commit a5a99ec0b8
7 changed files with 175 additions and 124 deletions

View File

@ -194,9 +194,10 @@ There are several choices:
target = github
[github]
api_key = ...
owner = ahriman
password = ...
repository = repository
username = ahriman
```
## Reporting