Codex Action
Version updated for https://github.com/icoretech/codex-action to version v0.6.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 enables the integration of OpenAI Codex into GitHub Actions workflows, allowing users to execute Codex commands non-interactively via a Docker-based CLI. It automates tasks like generating AI-driven outputs (e.g., summaries or code generation) using either an API key or OAuth-based authentication. This action simplifies leveraging OpenAI’s Codex for CI/CD pipelines, providing capabilities such as token auto-refresh and customizable behavior through configuration files.
Release notes
0.6.0 (2026-03-16)
Features
- add quiet mode to suppress verbose output from workflow logs (1e629dd)