deliver/lib/deliver/options.rb in fastlane-2.193.1 vs deliver/lib/deliver/options.rb in fastlane-2.194.0

- old
+ new

@@ -20,10 +20,10 @@ verify_block: proc do |value| UI.user_error!("Couldn't find API key JSON file at path '#{value}'") unless File.exist?(value) end), FastlaneCore::ConfigItem.new(key: :api_key, env_names: ["DELIVER_API_KEY", "APP_STORE_CONNECT_API_KEY"], - description: "Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#use-return-value-and-pass-in-as-an-option)", + description: "Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option)", type: Hash, optional: true, sensitive: true, conflicting_options: [:api_key_path]),