match/lib/match/options.rb in fastlane-2.132.0.beta.20190926200023 vs match/lib/match/options.rb in fastlane-2.132.0.beta.20190927200017
- old
+ new
@@ -116,10 +116,10 @@
is_string: false,
default_value: false),
FastlaneCore::ConfigItem.new(key: :git_basic_authorization,
env_name: "MATCH_GIT_BASIC_AUTHORIZATION",
sensitive: true,
- description: "Use a basic authorization header to access the git repo (e.g.: access via HTTPS, GitHub Actions, etc)",
+ description: "Use a basic authorization header to access the git repo (e.g.: access via HTTPS, GitHub Actions, etc), usually a string in Base64",
optional: true,
default_value: nil),
# Storage: Google Cloud
FastlaneCore::ConfigItem.new(key: :google_cloud_bucket_name,