gistup
gistup copied to clipboard
support for ssh-key-less upload
ssh key for upload gist is a bit of luxury in CI (travis) environment. and actually it is not needed, since we have API token. so if user specifies 'protocol' in config file to be 'https', gistup will be able to upload the contents just by https after applying the PR.
+1 for adding the https protocol. Having 2fa on your account also restricts using ssh without the ssh passphrase. This solution works well with 2fa enabled.