Reputation: 5287
I wrote the tool which use the one github repo as a cloud storage.
I need to give the write (push) access for this tool to one github repo, but I do not want to use the github user credentials (user name and password), because anyone can use it to logon to github and change the credentials or delete the repo.
Upvotes: 1
Views: 236
Reputation: 1329292
You can generate an OAuth authorization for your specific app.
See an example here: it supposed you have registered you app in your account.
Upvotes: 1