I know there is a hacky way of modifying content of user's repo through the GitHub API which just needs an access token and workflow
scope. What I would like to do is use this access token in place of the Personal Access Token and push code from CLI.
Asked
Active
Viewed 197 times
0

rahkarp_layinu
- 1
- 4
1 Answers
0
Ok. It works by itself. Access token generated using Oauth apps can be used for pushing code to repo(provided the scope for the token includes repo
).

rahkarp_layinu
- 1
- 4