ブログが 1 件見つかりました
How to solve composer install of private GitHub in OpenAI Codex with COMPOSER_AUTHNew!!
2025年6月6日
Explains how to run composer install, which depends on a private repository, in the OpenAI Codex environment. Register COMPOSER_AUTH, which is a JSON version of PAT, in Secrets to avoid 404 errors, and also covers the differences with GITHUB_TOKEN and points for safe operation.