Skip to content

fix: make consumer use the consumer process id to handle a provider o… #316

fix: make consumer use the consumer process id to handle a provider o…

fix: make consumer use the consumer process id to handle a provider o… #316

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 }}