mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
use github as pre-authenticated (#8373)
This commit is contained in:
4
.github/workflows/package_dispatch.yml
vendored
4
.github/workflows/package_dispatch.yml
vendored
@@ -18,11 +18,11 @@ jobs:
|
||||
package_commit_sha: github.event.package_version.target_oid
|
||||
};
|
||||
|
||||
const octokit = new Octokit();
|
||||
await octokit.repos.createDispatchEvent({
|
||||
await github.repos.createDispatchEvent({
|
||||
owner: 'Alfresco',
|
||||
repo: 'alfresco-apps',
|
||||
event_type: 'package-published',
|
||||
client_payload: payload
|
||||
});
|
||||
|
||||
console.log(`Trigger a dispatch event for the monorepo`);
|
||||
|
Reference in New Issue
Block a user