Github
config
destination:
github:
- token: some-token
token_file: token.txt
organization: myorg
force: true
visibility:
repositories: private
token
: your github token.token_file
: alternatively, specify the token in a file, relative to current working directory when executed.organization
: name of the organization you want to backup to.force
: enable force push.visibility
: set the visibility of created organizations and repositories.repositories
: can beprivate
orpublic
, default isprivate
.