Skip to content

Commit e787510

Browse files
committed
Allow using BUILDKITE_API_TOKEN as well
1 parent c72d0ed commit e787510

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def self.available_options
3636
[
3737
FastlaneCore::ConfigItem.new(
3838
key: :buildkite_token,
39-
env_name: 'BUILDKITE_TOKEN',
39+
env_names: %w[BUILDKITE_TOKEN BUILDKITE_API_TOKEN],
4040
description: 'Buildkite Personal Access Token',
4141
type: String,
4242
sensitive: true

0 commit comments

Comments
 (0)