Is it possible to connect Shopify to Github Organization account?
What we want to achieve:
- We have a Github Organization account connected to Shopify app (read/write, currently limited to only one repository)
- We want to have repositories inside Github Organization account to be the initial/original repositories
- From this Github Organization account repository, developers make a fork (to their personal GitHub), edit their code and push back once the feature is done
- In this way the initial/original repo (published theme) is always the one hosted on Github Organization
Issue we are having:
- When we log in to Shopify dashboard → themes to connect Github, I can successfully connect Github Organization account to Shopify, but I can’t select any repository - it says “No matching repositories were found.”
- The repository inside Github Organization is set to Public, and Github Organization account is connected to Shopify App with read/write rights, but the repository is still not visible to Shopify.
Forked repository visible on Personal Github Account:
If I fork a repository from Github Organization to my Personal Account & connect my Personal Account then the repository is visible in Shopify Connect via Github (but under my Personal Github account, not Github Organization account).
Has anybody faced a similar issue?