Unable to generate password on GitHub Actions usin OP CLI tool
I'm using OP CLI tool to generate passwords for automating the creation of .jks files for Android builds over GitHub Actions.
Locally I've created a script that is doing everything that is needed and it works flawlessly.
Command I'm executing: op item create --category=password --title="GeneratedPassword" --vault="Test" --generate-password='20,letters,digits'
This has been done locally on Ubuntu 20.04 LTS and GitHub Action is running the same version of OS.
Additionally, I've set the environment variable OP_DEBUG to true and only output after running above command I get is:
3:43PM | DEBUG | Skipped loading desktop app settings file. The desktop app might not be installed: read file: lstat /home/runner/.config/1Password/settings/settings.json: no such file or directory
Also, the OP_SECRET_KEY and OP_PASSWORD environment variables are defined on GitHub Action.
I don't know how to debug this issue as I don't get any valid output on why this has failed.
1Password Version: 2.7.3
Extension Version: Not Provided
OS Version: Ubuntu 22.04.1 LTS
Browser:_ Not Provided
Referrer: forum-search:https://1password.community/search?Search=github%20action%20create%20password
