Need help setting DecapCMS with private github Repos #7340
Unanswered
reddypramod85
asked this question in
Q&A
Replies: 1 comment
-
I have seen this error. Mine was also a private repo inside the organization. I was using an external OAuth setup, so the domain name of base_url in config.yaml and the callback URL in the OAuth app should be the same. Initially, I put it wrong and got the same error screen as you have attached. If you are using external OAuth, then make sure the URLs match. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
Trying to use DecapCMS with private github repo and running into below issue.
Here is the config.yaml file for reference.
backend:
name: github
repo: hpe-dev-incubator/hpe-dev-portal-public
branch: master
auth_scope: repo
open_authoring: true
publish_mode: editorial_workflow
Beta Was this translation helpful? Give feedback.
All reactions