Skip to content

Commit

Permalink
added the json build to the dereferenced spec
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-ellis-sp committed Nov 2, 2023
1 parent eb1aee5 commit 0259d56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 35 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/build-dereferenced-json.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/build-dereferenced-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ jobs:
swagger-cli bundle --dereference nerm/openapi.yaml -t yaml -o dereferenced/deref-sailpoint-api.nerm.yaml
openapi2postmanv2 -s dereferenced/deref-sailpoint-api.nerm.yaml -o postman/collections/sailpoint-api-nerm.json -p -O folderStrategy=Tags,requestParametersResolution=Schema,exampleParametersResolution=Schema,disableOptionalParameters=true,optimizeConversion=false,stackLimit=50,alwaysInheritAuthentication=true
node postman-script/upload-script.js ${{secrets.POSTMAN_API_KEY}} Nerm
swagger-cli bundle --dereference idn/sailpoint-api.v3.yaml -t json -o dereferenced/deref-sailpoint-api.v3.json
swagger-cli bundle --dereference idn/sailpoint-api.beta.yaml -t json -o dereferenced/deref-sailpoint-api.beta.json
- uses: stefanzweifel/git-auto-commit-action@v4

0 comments on commit 0259d56

Please sign in to comment.