Place to keys/private-key.pem
- Set
GITHUB_APP_CLIENT_ID
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/"