I'm using SOPS and encrypted ENV variables through SOPS on local development. But on CI I do not want to use it. It breaks my CI. Decrypt shouldn't break action and installation of tools.
Logs:
/home/runner/.local/share/mise/bin/mise install
[WARN] migrate: failed to decrypt sops file
mise ERROR failed to decrypt sops file
mise ERROR unable to decrypt file metadata
mise ERROR unable to retrieve data key
mise ERROR no data key retrieved from metadata, make sure at least one private integration key is present
mise ERROR Run with --verbose or MISE_VERBOSE=1 for more information
I'm using SOPS and encrypted ENV variables through SOPS on local development. But on CI I do not want to use it. It breaks my CI. Decrypt shouldn't break action and installation of tools.
Logs: