Class: Fastlane::Options::YandexApi
- Inherits:
-
Object
- Object
- Fastlane::Options::YandexApi
- Defined in:
- lib/fastlane/plugin/sq_ci_tools/options/yandex_api.rb
Class Method Summary collapse
Class Method Details
.options ⇒ Object
10 11 12 13 14 15 16 17 18 19 20 21 22 |
# File 'lib/fastlane/plugin/sq_ci_tools/options/yandex_api.rb', line 10 def self. [ FastlaneCore::ConfigItem.new( key: :iam_token, env_name: 'SQ_CI_YANDEX_API_IAM_TOKEN', description: 'IAM token for Yandex API', optional: false, type: String, default_value: Fastlane::Actions.lane_context[Fastlane::Actions::SharedValues::SQ_CI_YANDEX_API_IAM_TOKEN], default_value_dynamic: true, ) ] end |