Answers for "add github token"

3

How to push code to your github repository using token authentication

git remote set-url origin https://<githubtoken>@github.com/<username>/<repositoryname>.git
Posted by: Guest on September-30-2021

Browse Popular Code Answers by Language