fix(ci): add Yarn 4 gitUrlSubstitution for HTTPS
Yarn 4 ignores git config and uses its own URL resolution. Added gitUrlSubstitution in .yarnrc.yml to force HTTPS for GitHub repos. https://claude.ai/code/session_01QPt4WssG6jjEciQKdVpFtK
This commit is contained in:
@@ -1 +1,6 @@
|
||||
nodeLinker: node-modules
|
||||
|
||||
# Force HTTPS for GitHub git dependencies (fixes CI permission errors)
|
||||
gitUrlSubstitution:
|
||||
"ssh://git@github.com/": "https://github.com/"
|
||||
"git@github.com:": "https://github.com/"
|
||||
|
||||
Reference in New Issue
Block a user