Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
I suggests adding a new API endpoint to facilitate the dispatching of workflows. It empowers developers and teams to automate repetitive tasks and orchestrate complex workflows efficiently.
I suggests adding a new API endpoint to facilitate the dispatching of workflows. It empowers developers and teams to automate repetitive tasks and orchestrate complex workflows efficiently.
Create a workflow dispatch event
Payload:
Permissions:
Additional endpoints:
PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable
)PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/disable
)GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}
)GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/timing
)GET /repos/{owner}/{repo}/actions/workflows
)Originally posted by @bencurio in https://github.com/go-gitea/gitea/issues/28163#issuecomment-2202120215