match/lib/match/options.rb in fastlane-2.206.2 vs match/lib/match/options.rb in fastlane-2.207.0
- old
+ new
@@ -221,9 +221,15 @@
FastlaneCore::ConfigItem.new(key: :s3_object_prefix,
env_name: "MATCH_S3_OBJECT_PREFIX",
description: "Prefix to be used on all objects uploaded to S3",
optional: true),
+ # Storage: GitLab Secure Files
+ FastlaneCore::ConfigItem.new(key: :gitlab_project,
+ env_name: "MATCH_GITLAB_PROJECT",
+ description: "GitLab Project Path (i.e. 'gitlab-org/gitlab')",
+ optional: true),
+
# Keychain
FastlaneCore::ConfigItem.new(key: :keychain_name,
short_option: "-s",
env_name: "MATCH_KEYCHAIN_NAME",
description: "Keychain the items should be imported to",