Please don't drop NPM authentication to registries for corepack install yarn.
We shouldn't have to duplicate authentication in the COREPACK_NPM_TOKEN, COREPACK_NPM_USERNAME, and/or COREPACK_NPM_PASSWORD environment variables, when NPM is already setup properly to connect to registries.
corepack and yarn delegate many functions to NPM. They should wrap, not break, NPM functionality.