match/lib/match/options.rb in fastlane-2.184.0 vs match/lib/match/options.rb in fastlane-2.184.1

- old
+ new

@@ -205,9 +205,10 @@ description: "S3 access key", optional: true), FastlaneCore::ConfigItem.new(key: :s3_secret_access_key, env_name: "MATCH_S3_SECRET_ACCESS_KEY", description: "S3 secret access key", + sensitive: true, optional: true), FastlaneCore::ConfigItem.new(key: :s3_bucket, env_name: "MATCH_S3_BUCKET", description: "Name of the S3 bucket", optional: true),