heroku can't search for repositories in my organisation github code example
Example 1: heroku git remote
heroku git:remote -a name-of-app
Example 2: how to trigger new heorku build without diting git
heroku builds:create --source-url https://user:[email protected]/repos/<username>/<repo name>/tarball/master/ --app <app-name>