Skip to content
Merged
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
11 changes: 11 additions & 0 deletions scripts/sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,17 @@ function replicate_all {
"meta"
"ci"
".github"
"hydra"
"keto"
"oathkeeper"
"kratos"
"elements"
"polis"
"x"
"fosite"
"kratos-selfservice-ui-node"
"kratos-selfservice-ui-react-native"
"kratos-selfservice-ui-react-nextjs"
)

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