fastlane/lib/fastlane/actions/apteligent.rb in fastlane_hotfix-2.165.1 vs fastlane/lib/fastlane/actions/apteligent.rb in fastlane_hotfix-2.187.0

- old
+ new

@@ -68,14 +68,15 @@ env_name: "FL_APTELIGENT_FILE", description: "dSYM.zip file to upload to Apteligent", optional: true), FastlaneCore::ConfigItem.new(key: :app_id, env_name: "FL_APTELIGENT_APP_ID", - description: "Apteligent App ID key e.g. 569f5c87cb99e10e00c7xxxx", - optional: false), + description: "Apteligent App ID key e.g. 569f5c87cb99e10e00c7xxxx", + optional: false), FastlaneCore::ConfigItem.new(key: :api_key, env_name: "FL_APTELIGENT_API_KEY", sensitive: true, + code_gen_sensitive: true, description: "Apteligent App API key e.g. IXPQIi8yCbHaLliqzRoo065tH0lxxxxx", optional: false) ] end