Skip to content

Commit b65d330

Browse files
jkmasselmokagioAliSoftware
authored
Apply suggestions from code review
Co-authored-by: Gio Lodi <giovanni.lodi42@gmail.com> Co-authored-by: Olivier Halligon <olivier.halligon@automattic.com>
1 parent d1cf103 commit b65d330

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/fastlane/plugin/wpmreleasetoolkit/actions/common/buildkite_trigger_build_action.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,21 @@ def self.available_options
3636
[
3737
FastlaneCore::ConfigItem.new(
3838
key: :buildkite_token,
39-
env_name: 'BUILDKITE_ACCESS_TOKEN',
39+
env_name: 'BUILDKITE_TOKEN',
4040
description: 'Buildkite Personal Access Token',
41-
type: String
41+
type: String,
42+
sensitive: true
4243
),
4344
FastlaneCore::ConfigItem.new(
4445
key: :buildkite_organization,
4546
env_name: 'BUILDKITE_ORGANIZTION',
4647
description: 'The Buildkite organization that contains your pipeline',
47-
type: String,
48-
default_value: 'wordpress-mobile'
48+
type: String
4949
),
5050
FastlaneCore::ConfigItem.new(
5151
key: :buildkite_pipeline,
5252
env_name: 'BUILDKITE_PIPELINE',
53-
description: 'The Buildkite pipeline you\'d like to build',
53+
description: %(The Buildkite pipeline you'd like to build),
5454
type: String
5555
),
5656
FastlaneCore::ConfigItem.new(
@@ -79,7 +79,7 @@ def self.available_options
7979
end
8080

8181
def self.authors
82-
['jkmassel']
82+
['Automattic']
8383
end
8484

8585
def self.is_supported?(platform)

0 commit comments

Comments
 (0)