Can't Deploy Github Private Repo in Heroku

Viewed 151

Whenever i try to Deploy, I am getting an error saying

*Item could not be retrieved:

Unauthorized*

Why i can't deploy private repository Web Applications on Heroku.

1 Answers

I think you are missing configuring the permissions inside your dyno for your Github account. Check this Github integration article to see how to do that.

Related