9cb14c1ec0/Gitea Codex Action
Securely respond to Gitea and GitHub issues and pull requests with an OpenAI coding agent.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Aug 6, 2026
- License
- None
Pinned Snippet
uses: 9cb14c1ec0/gitea-codex-action@6dbae499a076c86f2ada421b0ff715947779aca6 # v0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| openai_api_key | OpenAI API key | yes | — |
| gitea_token | API token (defaults to runner token) | no | "" |
| forge_url | Gitea server URL (defaults to GITEA_URL) or GitHub API URL | no | "" |
| model | OpenAI model | no | gpt-5.6-terra |
| reasoning_effort | Model reasoning effort | no | medium |
| trigger_phrase | Comma- or newline-separated mentions that start the action | no | @codex |
| assignee_trigger | Optional assignee login trigger | no | "" |
| label_trigger | Optional label trigger | no | "" |
| allowed_actors | Comma-separated authorized actors | no | "" |
| base_branch | Base branch override | no | "" |
| branch_prefix | Prefix for bot branches | no | codex/ |
| custom_instructions | Additional trusted operator instructions | no | "" |
| max_turns | Maximum agent turns | no | 25 |
| timeout_minutes | Overall timeout | no | 30 |
| sandbox_mode | Sandbox access mode | no | workspace-write |
| allow_network | Allow sandbox network access | no | false |
| git_name | Commit author name | no | Codex |
| git_email | Commit author email | no | codex-bot@users.noreply.local |
Outputs
| name | description |
|---|---|
| triggered | Whether the event matched |
| conclusion | success |
| comment_id | Tracking-comment identifier |
| branch | Branch used or created |
| pull_request_number | Created pull request number |
| input_tokens | Model input tokens |
| output_tokens | Model output tokens |
| estimated_cost_usd | Optional estimated cost |