Gitea Workflow Dispatch
VerifiedTrigger Gitea/Forgejo workflow_dispatch via API.
$ Add to .claude/skills/ About This Skill
# Gitea Workflow Dispatch
Trigger Gitea/Forgejo workflow_dispatch via API.
Environment Variables
- `GITEA_URL` - Gitea API URL (e.g., `http://8.137.50.76:10000`)
- `GITEA_TOKEN` - Gitea API token
Usage
```bash node -e " const dispatch = require('~/.openclaw/skills/gitea-workflow-dispatch/index.js'); dispatch({ owner: 'gg', repo: 'web3-mini-game', workflow: 'deploy-vercel.yml', ref: 'master' }).then(r => console.log(r.status, r.ok)).catch(console.error); " ```
Inputs
| Field | Type | Required | Description | |-------|------|----------|-------------| | owner | string | ✅ | Repository owner | | repo | string | ✅ | Repository name | | workflow | string | ✅ | Workflow file name | | ref | string | ❌ | Git ref (default: master) | | inputs | object | ❌ | Workflow inputs | | dryRun | boolean | ❌ | Test without sending |
Use Cases
- Trigger Gitea or Forgejo workflow_dispatch events via API calls
- Automate CI/CD pipeline execution on self-hosted Gitea instances
- Integrate Gitea workflow automation with external tools and scripts
- Schedule and manage workflow runs across Gitea repositories
- Enable remote workflow triggering for Gitea-based DevOps pipelines
Pros & Cons
Pros
- +Compatible with multiple platforms including claude-code, openclaw
- +Well-documented with detailed usage instructions and examples
- +Purpose-built for workflow & automation tasks with focused functionality
Cons
- -Requires API tokens or authentication setup before first use
- -No built-in analytics or usage metrics dashboard
FAQ
What does Gitea Workflow Dispatch do?
What platforms support Gitea Workflow Dispatch?
What are the use cases for Gitea Workflow Dispatch?
100+ free AI tools
Writing, PDF, image, and developer tools — all in your browser.
Next Step
Use the skill detail page to evaluate fit and install steps. For a direct browser workflow, move into a focused tool route instead of staying in broader support surfaces.