文件名称:repository-dispatch:创建存储库分配事件的GitHub动作
文件大小:139KB
文件格式:ZIP
更新时间:2024-02-24 07:49:47
github-api webhook-events github-action repository-dispatch GitHubAPITypeScript
仓库调度 创建存储库调度事件的GitHub动作。 用法 - name : Repository Dispatch uses : peter-evans/repository-dispatch@v1 with : token : ${{ secrets.REPO_ACCESS_TOKEN }} event-type : my-event 动作输入 名称 描述 默认 token (必需) repo范围的GitHub 。 有关更多详细信息,请参见。 repository 发送调度的存储库的全名。 github.repository (当前存储库) event-type (必需)自定义的Webhook事件名称。 client-payload JSON有效负载,其中包含有关您的操作或工作流可能使用的webhook事件的额外信息。 {} token 此操作将创建事件。 默认的GITHUB_TOKEN没有执行此操作的范围,因此需要对具有对目标存储库的write访问权的用户创建的repo范围的 。
【文件预览】:
repository-dispatch-master
----package.json(1KB)
----.eslintrc.json(549B)
----.github()
--------workflows()
----.prettierignore(25B)
----jest.config.js(236B)
----action.yml(630B)
----LICENSE(1KB)
----package-lock.json(247KB)
----dist()
--------index.js(274KB)
----src()
--------main.ts(954B)
----tsconfig.json(308B)
----.gitignore(19B)
----README.md(5KB)
----.eslintignore(25B)
----.prettierrc.json(205B)