ブログが 2 件見つかりました
How to solve composer install of private GitHub in OpenAI Codex with COMPOSER_AUTH
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.
Why create a WordPress plugin development environment with Docker?
2024年10月8日
We will take a deep look at the benefits that Docker brings to WordPress plugin development and practical implementation methods. We will explain how to improve efficiency and quality from environment construction to deployment.