match/lib/match/options.rb in fastlane-2.144.0 vs match/lib/match/options.rb in fastlane-2.145.0
- old
+ new
@@ -168,10 +168,10 @@
env_name: "MATCH_S3_ACCESS_KEY",
description: "S3 access key",
optional: true),
FastlaneCore::ConfigItem.new(key: :s3_secret_access_key,
env_name: "MATCH_S3_SECRET_ACCESS_KEY",
- description: "S3 secret secret access key",
+ description: "S3 secret access key",
optional: true),
FastlaneCore::ConfigItem.new(key: :s3_bucket,
env_name: "MATCH_S3_BUCKET",
description: "Name of the S3 bucket",
optional: true),