Codex Action
Version updated for https://github.com/icoretech/codex-action to version v0.9.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 integrates OpenAI’s Codex capabilities into GitHub Actions workflows by enabling the non-interactive execution of the Codex CLI via a Docker-based environment. It automates tasks such as generating text or summaries by leveraging OpenAI’s API or user accounts with OAuth authentication. This action simplifies the integration of AI-powered text generation into CI/CD pipelines, offering flexible authentication methods and optional customization of Codex behavior.
Release notes
0.9.0 (2026-03-18)
Features
- add sandbox input to control bubblewrap isolation (d79e7fe)