fix(bom): add missing JTI validation store dep to the SQL BOM #140
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: publish autodoc | |
on: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
inputs: | |
version: | |
description: version to be published | |
required: false | |
type: string | |
jobs: | |
publish: | |
uses: eclipse-edc/.github/.github/workflows/publish-autodoc.yml@main | |
secrets: inherit | |
with: | |
version: ${{ github.event.inputs.version }} |