create-github-app-token icon indicating copy to clipboard operation
create-github-app-token copied to clipboard

Update procedure to configure git

Open ymmt2005 opened this issue 2 months ago • 1 comments

The current procedure for configuring git does not allow it to push commits besides the current repository, even if the app token may have access to other repositories. It also does not allow git to clone such a repository.

This new procedure configures gh first and then calls gh auth setup-git to configure git so it will work for any repository that the token has access to.

ymmt2005 avatar Sep 18 '25 07:09 ymmt2005