Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Configuration Pipelines to support external github repository

Avatar

Community Advisor

4/13/25

Request for Feature Enhancement (RFE) Summary:

Currently we are not able to configure external github repositories to a Configuration deployment pipelines. When we add non-adobe github repo, it throws error 

`An external repository is not yet supported for this type of pipeline.`

Use-case: We were migrating from internal TFS repo to enterprise github repository. We to point other pipelines: Code Quality, FullStack, Front End pipelines to external Git. Just the configuration deployment pipeline alone is blocked. Sounds like temporary limitation, it is intentionally blocked. 
Current/Experienced Behavior:

When changing repository to external non-adobe, it is throwing error 

sarav_prakash_0-1744592904315.png

 

Improved/Expected Behavior: Configuration pipeline should allow external non-adobe github repositories
Environment Details (AEM version/service pack, any other specifics if applicable): 2025.3.20133.20250325T063357Z
Customer-name/Organization name: SouthernGlazers
Screenshot (if applicable): sarav_prakash_1-1744592996761.png

 

Code package (if applicable):  
2 Comments

Avatar

Level 2

5/2/25

Hi @sarav_prakash ,

You can use repository mirroring to mirror your external GitHub repository to an internal supported repository and then configure your configuration deployment pipeline to use the mirrored repository.


To keep things in sync, you can automate the mirroring process so the internal repository always reflects the latest changes from the external GitHub repository.

 

Regards,

Lavish Vasuja

Avatar

Community Advisor

5/8/25

Correct @lavishvasuja . Thats exactly what we did. Created a github action that ll fetch from origin and push into mirror. We have worked around and solved. But asking if adobe can support ootb instead of bandages.