getUnlockKeyChainPassword static method

Secret getUnlockKeyChainPassword()

Implementation

static Secret getUnlockKeyChainPassword() {
  final secret = _getUnlockKeyChainPassword();
  if (secret == null) {
    throw ImpaktfullCliError(
        '$_envKeyCiKeyChainPassword env variable is not set');
  }
  return secret;
}