File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
lib/fastlane/plugin/wpmreleasetoolkit/actions/common Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,21 +36,21 @@ def self.available_options
36
36
[
37
37
FastlaneCore ::ConfigItem . new (
38
38
key : :buildkite_token ,
39
- env_name : 'BUILDKITE_ACCESS_TOKEN ' ,
39
+ env_name : 'BUILDKITE_TOKEN ' ,
40
40
description : 'Buildkite Personal Access Token' ,
41
- type : String
41
+ type : String ,
42
+ sensitive : true
42
43
) ,
43
44
FastlaneCore ::ConfigItem . new (
44
45
key : :buildkite_organization ,
45
46
env_name : 'BUILDKITE_ORGANIZTION' ,
46
47
description : 'The Buildkite organization that contains your pipeline' ,
47
- type : String ,
48
- default_value : 'wordpress-mobile'
48
+ type : String
49
49
) ,
50
50
FastlaneCore ::ConfigItem . new (
51
51
key : :buildkite_pipeline ,
52
52
env_name : 'BUILDKITE_PIPELINE' ,
53
- description : ' The Buildkite pipeline you\ 'd like to build' ,
53
+ description : %( The Buildkite pipeline you'd like to build) ,
54
54
type : String
55
55
) ,
56
56
FastlaneCore ::ConfigItem . new (
@@ -79,7 +79,7 @@ def self.available_options
79
79
end
80
80
81
81
def self . authors
82
- [ 'jkmassel ' ]
82
+ [ 'Automattic ' ]
83
83
end
84
84
85
85
def self . is_supported? ( platform )
You can’t perform that action at this time.
0 commit comments