ATM efc's west manifest is fetching zephyr repository through HTTPS instead of SSH. This is really impractical when implemention requires changes to eurus fork of zephyr repository. I tried to switch to SSH URLs in west.yml but this brought up issues with CI that needs the SSH keys to even pull the zephyr repo through west.
Possible courses of action:
- Create separate manifest file for CI with HTTPS repositories only, and migrate original west.yml to use SSH
- Find a way to provide build workflow script with SSH access