The target is to build an app enabling a Github's repo access to an invited guess.
The step will be like in Netlify to validate access to a repo
Step 1 CTA to add new repo
Step 2 select Github
Step 3 after validation select a repo
Step 4 validation
\
Let's start by creating a new Rails app In the terminal
rails new github_api_training --database=postgresql
cd github_api_training
git add . && git commit -m "My new Github API training app"
gh repo create
git push origin master