Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create .env file in workflow for secure environment variable setup
- Add a step to generate a default .env file if missing, setting default values for PLUGIN_DIR, WP_LATEST_TESTS_DIR, PHPUNIT_DIR, GF_PLUGIN_DIR, and GH_AUTH_TOKEN. - GH_AUTH_TOKEN is securely injected from GitHub Secrets. - This ensures consistent behavior between CI environments without exposing the token externally.
- Loading branch information