2016-08-30 20:25:23 +03:00
|
|
|
[transports]
|
|
|
|
; enabled transports separated by space
|
2017-06-26 05:10:25 -04:00
|
|
|
enabled=github
|
2016-08-30 20:25:23 +03:00
|
|
|
|
|
|
|
[git]
|
|
|
|
; Folder with git repository to use
|
|
|
|
folder=/home/user/reseed-data-repo
|
|
|
|
|
|
|
|
[dropbox]
|
|
|
|
; todo
|
2017-06-26 05:10:25 -04:00
|
|
|
|
|
|
|
[github]
|
|
|
|
; GitHub username
|
|
|
|
username=username
|
|
|
|
; GitHub API token
|
|
|
|
; Generate token for this script here --> https://github.com/settings/tokens
|
|
|
|
; Check scope: public_repo (shall be enough)
|
|
|
|
token=token
|
|
|
|
; Repository
|
|
|
|
repo=username/repo-name
|
|
|
|
; Repository tag to which asset is being uploaded
|
|
|
|
release_tag=v1.0
|