Skip to content

Commit

Permalink
feat: render complete config schema during CI (ory#3433)
Browse files Browse the repository at this point in the history
* chore: bump ory/x

* chore: script to render the complete config
  • Loading branch information
alnr authored Feb 9, 2023
1 parent 23dcaf1 commit ae3e781
Show file tree
Hide file tree
Showing 10 changed files with 1,146 additions and 75 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ jobs:
steps:
- uses: ory/ci/releaser/render-version-schema@master
with:
schema-path: spec/config.json
schema-path: .schema/config.schema.json
token: ${{ secrets.ORY_BOT_PAT }}

newsletter-draft:
Expand Down
3 changes: 3 additions & 0 deletions .orycli.yml
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
project: hydra

pre_release_hooks:
- ./script/render-schemas.sh
Loading

0 comments on commit ae3e781

Please sign in to comment.