File tree Expand file tree Collapse file tree
lib/fastlane/plugin/wpmreleasetoolkit/actions/common Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments