Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to

1. Place private key (GitHub Apps)

Place to keys/private-key.pem

2. Write config.env

  • Set GITHUB_APP_CLIENT_ID

3. Set Helper

git config --global credential.https://github.com.helper $PWD/github-app-credential-helper.sh
git config --global credential.https://github.com.useHttpPath true

# Use HTTPS
git config --global --add url."https://github.com/".insteadOf "git@github.com:"
git config --global --add url."https://github.com/".insteadOf "ssh://git@github.com/"

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages