diff --git a/.github/workflows/package_dispatch.yml b/.github/workflows/package_dispatch.yml index f9160f56a3..89fbc13d86 100644 --- a/.github/workflows/package_dispatch.yml +++ b/.github/workflows/package_dispatch.yml @@ -14,12 +14,12 @@ jobs: script: | const payload = { package_name: github.event.registry_package.name, - package_version: github.event.package_version.name + package_version: github.event.package_version.name, package_commit_sha: github.event.package_version.target_oid }; github.repos.createDispatchEvent({ - owner: 'Alfresco', + owner: context.repo.owner, repo: 'alfresco-apps', event_type: 'package-published', client_payload: payload