fix(ci): use HTTPS URL in yarn.lock for libsignal

The yarn.lock had SSH URL hardcoded which fails in CI without SSH keys.
Changed resolved URL from git+ssh:// to git+https:// for libsignal.

https://claude.ai/code/session_01QPt4WssG6jjEciQKdVpFtK
This commit is contained in:
Claude
2026-02-02 17:42:16 +00:00
parent f4e9167d47
commit fd9fc3541b
2 changed files with 1 additions and 6 deletions
-5
View File
@@ -1,6 +1 @@
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/"