op item create command is not working expected
Hi Team,
I am using the CLI command to automate the secrets creation in 1Password vault. The command op item create is working fine from the local terminal but the same command is not getting executed from the GitHub Actions. I am not even getting any errors regarding the same.
Sign-in and authentication processes are working as expected. Only "item creation" is not working in GitHub actions.
op item create --category=securenote --title='some secure note' --vault='demo' 'notes=somedata’
Kindly assist in this case.
TIA
1Password Version: 2.7.1 / 2.7.2
Extension Version: Not Provided
OS Version: Not Provided
Browser:_ Not Provided
Comments
-
Hi @santhoshnc , thanks for filing this. Could you possibly share the output of this failing command. Again, if possible, it would be great to see some logs of the same failed command run with the
--debug
flag.All the best,
Andi0