Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scripts/sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ function replicate_all {
"kratos-selfservice-ui-node"
"kratos-selfservice-ui-react-native"
"kratos-selfservice-ui-react-nextjs"
"network" # manages its own templates
)

gh repo list ory --visibility public --no-archived --source --json name -L 1000 | jq -r '.[] | .name' | while read -r repo_name; do
Expand Down
Loading