Working on local, pushing changes to Heroku works and the app works as expected. However I am having trouble linking heroku app to a private repo on Github.
Current configuration looks something like this
git@github.com:{Organization}/{project}.git
Where should I configure username/password for the private repo?
I tried (even though this is not the preferred way)
username:password@github.com/{organization}/{project}.git
would appreciate any pointers regarding this.
EDIT: I failed to mention that I am setting it under app settings in Heroku.