ブログが 1 件見つかりました

Codex
How to solve composer install of private GitHub in OpenAI Codex with COMPOSER_AUTHNew!!

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.

Read more