radishconcepts / WordPress-GitHub-Plugin-Updater

This class is meant to be used with your Github hosted WordPress plugins. The purpose of the class is to allow your WordPress plugin to be updated whenever you push out a new version of your plugin; similarly to the experience users know and love with the WordPress.org plugin repository.
https://github.com/jkudish/WordPress-GitHub-Plugin-Updater
823 stars 195 forks source link

Help Reintegrating To Bring Back Private Repositories #43

Closed chriscct7 closed 11 years ago

chriscct7 commented 11 years ago

Hey, I opened an issue about 2 months ago, about it not working for Private Repositories. After long consideration, I've decided to change my mind about that ticket (its #39) for reference.

I've got a working Private Repo updater. I stripped out the stuff used for public repositories, and I'm sure the codebase has changed since I did it, but if someone can help me reintegrate it, this script would work for both public and private repos on Github.

I just don't have the time to maintain it, and I really hate to see good code go to waste, so if anyone's up for helping me I guess just comment below.

Thanks, Chris

chriscct7 commented 11 years ago

Ah nvm seems you guys added it since I was last here

chriscct7 commented 11 years ago

Well now I'm back to confused. It says it was added but I can't see where it actually was added. @jkudish is it supported or not?

jkudish commented 11 years ago

Yes it's supported. You need to pass in an access_token into the config for it to work. Up to you how you get/set/pass in the token. See the example plugin for an example of how to do this.