mAAdhaTTah / wordpress-github-sync

A WordPress plugin to sync content with a GitHub repository (or Jekyll site)
https://wordpress.org/plugins/wp-github-sync/
GNU General Public License v3.0
613 stars 99 forks source link

Private Repo? #202

Closed cmadland closed 6 years ago

cmadland commented 6 years ago

Is it possible to use WPGHS to connect to a private repo?

mAAdhaTTah commented 6 years ago

Yup! When you get the GitHub token, make sure it has access to private repos. Otherwise, no other special configuration required.

sivyel commented 4 years ago

How to access images from private repo. If we added images in post content from private repo we cannot see those images in frontend is there any way to import images into wordpress and then url change.

mAAdhaTTah commented 4 years ago

@sivyel The images should be hosted on the WordPress site. They're not exported to GitHub so there's no special configuration needed.