Can't use "op inject" in a script run with "op run" using 1Password Connect?
Situation:
* Script script1 contains op run --env-file=... -- script2
* Script script2 contains op inject -i ... -o ...
Observed behaviour:
```
➜ script1
No accounts configured for use with 1Password CLI.
You can either:
- Sign in with biometric unlock; see https://developer.1password.com/docs/cli/get-started/#sign-in for details.
- Add an account manually with op account add; see op account add --help for details.
Do you want to add an account manually now? [Y/n]
```
Expected/Desired behaviour:
op inject uses 1Password Connect server defined by $OP_CONNECT_HOST.
If I echo $OP_CONNECT_HOST in the scripts, they both report the correct value, but still I get the above error when (if and only if) op inject is executed...
What am I doing wrong?
Or is running op inject within op run not supported?
1Password Version: 1Password CLI 2.0.0
Extension Version: n/a
OS Version: Asuswrt-Merlin 386.5_2
