Codex Action
Version updated for https://github.com/icoretech/codex-action to version v0.7.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 Codex Action allows users to run the OpenAI Codex CLI non-interactively within GitHub Actions workflows using the codex-docker container. It automates tasks such as generating responses to prompts and processing natural language input, enabling seamless integration of AI capabilities into CI/CD pipelines. The action provides flexible authentication options (API key or OAuth-based device authentication) and supports customizable configurations to tailor Codex behavior.
Release notes
0.7.0 (2026-03-18)
Features
- surface critical errors in quiet mode (3da0eb2)