match/lib/match/options.rb in fastlane-2.215.1 vs match/lib/match/options.rb in fastlane-2.216.0

- old
+ new

@@ -237,9 +237,17 @@ FastlaneCore::ConfigItem.new(key: :gitlab_host, env_name: "MATCH_GITLAB_HOST", default_value: 'https://gitlab.com', description: "GitLab Host (i.e. 'https://gitlab.com')", optional: true), + FastlaneCore::ConfigItem.new(key: :job_token, + env_name: "CI_JOB_TOKEN", + description: "GitLab CI_JOB_TOKEN", + optional: true), + FastlaneCore::ConfigItem.new(key: :private_token, + env_name: "PRIVATE_TOKEN", + description: "GitLab Access Token", + optional: true), # Keychain FastlaneCore::ConfigItem.new(key: :keychain_name, short_option: "-s", env_name: "MATCH_KEYCHAIN_NAME",