diff --git a/.github/workflows/push-content.yml b/.github/workflows/push-content.yml index 2b17b21..1231d9c 100644 --- a/.github/workflows/push-content.yml +++ b/.github/workflows/push-content.yml @@ -9,14 +9,10 @@ on: - 'modules/**' - 'antora.yml' - '.github/workflows/push-content.yml' + jobs: triggerJob: - runs-on: ubuntu-24.04 - steps: - - name: Notify content changes - uses: peter-evans/repository-dispatch@v4 - with: - token: ${{secrets.GH_TOKEN_DOC_TRIGGER_WF}} - repository: bonitasoft/bonita-documentation-site - event-type: source_documentation_change - client-payload: '{ "component": "labs", "branch": "master" }' + uses: bonitasoft/bonita-documentation-site/.github/workflows/_reusable_notify_content_change.yml@master + secrets: inherit + with: + component: 'labs'