Skip to content
Snippets Groups Projects

Resolve "Support private Git Repositories"

Merged Daniel Göbel requested to merge feature/61-support-private-git-repositories into development
Files
15
@@ -26,10 +26,6 @@ export type DevWorkflowExecutionIn = {
* Token to access the content git repository
*/
token?: (string | null);
/**
* Username belonging to the token. If not provided, it will be parsed from the git repository URL
*/
username?: (string | null);
/**
* Mode of the workflow with an alternative entrypoint
*/
Loading