spotdemo4/codex action
use codex in a GitHub/Gitea/Forgejo action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| auth | Current base64-encoded Codex auth.json from a repository secret | no | — |
| auth-secret | Repository secret name to update with refreshed Codex auth | no | CODEX_ACTION_AUTH |
| prompt | Prompt text, or a path to a file containing the prompt | yes | — |
| model | Optional Codex model to use | no | — |
| token | GitHub, Gitea, or Forgejo token used for git and pull request APIs | no | — |
| client-id | GitHub App client ID used to create an installation token when token is omitted | no | — |
| private-key | GitHub App private key used to create an installation token when token is omitted | no | — |
| automerge | Set true to enable automerge, false to disable automerge, or omit for no-op | no | — |
| dry-run | Commit local changes but skip pushing, pull request comments, and automerge | no | false |
Outputs
no outputs