Skip to content

Commit

Permalink
docs: BK plugin env vars are named after the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
therealvio committed Dec 2, 2024
1 parent 54e8360 commit 9c59412
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugin/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ type Config struct {
type EnvironmentConfigFetcher struct {
}

// TODO: Replace "EXAMPLE_GO" with the name of your plugin, also in upper case
const pluginEnvironmentPrefix = "BUILDKITE_PLUGIN_EXAMPLE_GO"

func (f EnvironmentConfigFetcher) Fetch(config *Config) error {
Expand Down

0 comments on commit 9c59412

Please sign in to comment.