Skip to content

Commit

Permalink
docs: publish openapi ui
Browse files Browse the repository at this point in the history
  • Loading branch information
bscholtes1A committed Mar 4, 2024
1 parent d2a0f7f commit d459000
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/publish-openapi-ui.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: publish openapi ui

on:
push:
branches:
- main

jobs:
publish:
uses: eclipse-edc/.github/.github/workflows/publish-openapi-ui.yml@main
secrets: inherit
9 changes: 8 additions & 1 deletion .github/workflows/release-identityhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,14 @@ jobs:
outputs:
ih-version: ${{ env.IDENTITYHUB_VERSION }}

# Calls the openapi workflow to publish the api spec
publish-openapi-ui:
needs: Prepare-Release
uses: eclipse-edc/.github/.github/workflows/publish-openapi-ui.yml@main
secrets: inherit
with:
version: ${{ needs.Prepare-Release.outputs.ih-version }}

# DEPRECATED: Calls the openapi workflow to publish the api spec on SwaggerHub
Publish-OpenApi:
needs:
- Prepare-Release
Expand Down

0 comments on commit d459000

Please sign in to comment.