Gitea · Arazzo Workflow
Gitea Provision Organization Repository With Webhook
Version 1.0.0
Create an organization, add a repository to it, and register a webhook.
View Spec
View on GitHub
GitSource ControlDevOpsCI/CDCode HostingOpen SourceSelf HostedPackage RegistryIssue TrackingPull RequestsArazzoWorkflows
Provider
Workflows
org-repo-with-webhook
Create an org, create a repo in it, and register a webhook.
Creates an organization, creates a repository under it, then registers a gitea-type webhook on the repository.
1
createOrg
orgCreate
Create a new organization.
2
createOrgRepo
createOrgRepo
Create a repository owned by the new organization.
3
createWebhook
repoCreateHook
Register a gitea-type webhook on the new repository.