Skip to content

feat(kmp-toolkit): add Dokka + mkdocs documentation cookbook (#129) #7

feat(kmp-toolkit): add Dokka + mkdocs documentation cookbook (#129)

feat(kmp-toolkit): add Dokka + mkdocs documentation cookbook (#129) #7

Workflow file for this run

name: Publish trigger (consumer-library-ai-bridge epic AC #24)
# Auto-trigger publish.yml when development branch receives a cmp-*/ change.
# Delegates to mbl-actionhub's publish-on-development-push.yml@v1.8.0+ reusable workflow
# for the debounce + dispatch logic.
#
# Authored 2026-05-30 (Phase 05 T7 of consumer-library-ai-bridge epic).
on:
push:
branches: [development]
paths:
- 'cmp-*/**'
- 'libs.versions.toml'
- 'gradle/libs.versions.toml'
workflow_dispatch:
jobs:
trigger-publish:

Check failure on line 19 in .github/workflows/publish-trigger.yml

View workflow run for this annotation

GitHub Actions / Publish trigger (consumer-library-ai-bridge epic AC

Invalid workflow file

The workflow is not valid. .github/workflows/publish-trigger.yml (Line: 19, Col: 3): Error calling workflow 'MobileByteLabs/mbl-actionhub/.github/workflows/publish-on-development-push.yml@v1.8.0'. The nested job 'debounce-then-publish' is requesting 'actions: write', but is only allowed 'actions: none'.
uses: MobileByteLabs/mbl-actionhub/.github/workflows/publish-on-development-push.yml@v1.8.0
with:
publish_workflow_name: 'publish.yml'
debounce_minutes: 30
target_ref: 'development'