Codex Action
Version updated for https://github.com/icoretech/codex-action to version v0.3.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The GitHub Action “Codex Action” enables users to run OpenAI Codex CLI non-interactively within GitHub Actions workflows, leveraging the capabilities of codex-docker. It automates tasks like generating summaries or processing prompts by integrating with OpenAI’s API, allowing for seamless integration into CI/CD pipelines. Key capabilities include flexible authentication methods (API key or OAuth device authentication) and support for customizable behavior through configuration files.
Release notes
0.3.0 (2026-03-16)
Features
- add codex_config_toml input for custom Codex preferences (b6c8582)
Bug Fixes
- write codex_config credentials to auth.json instead of config.toml (d54880a)