We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9307b80 commit b148611Copy full SHA for b148611
scripts/sync.sh
@@ -103,15 +103,15 @@ function replicate_all {
103
"ci"
104
".github"
105
"hydra"
106
- "keto"
107
- "oathkeeper"
108
- "kratos"
109
- "elements"
110
111
- "polis"
112
- "kratos-selfservice-ui-node"
113
- "kratos-selfservice-ui-react-native"
114
- "kratos-selfservice-ui-react-nextjs"
+ "keto"
+ "oathkeeper"
+ "kratos"
+ "elements"
+ "polis"
+ "kratos-selfservice-ui-node"
+ "kratos-selfservice-ui-react-native"
+ "kratos-selfservice-ui-react-nextjs"
115
)
116
117
gh repo list ory --visibility public --no-archived --source --json name -L 1000 | jq -r '.[] | .name' | while read -r repo_name; do
0 commit comments