Skip to content

A Buildkite plugin for exporting environment variables stored in ejson files using ejson2env

License

Notifications You must be signed in to change notification settings

envato/ejson2env-buildkite-plugin

Repository files navigation

ejson2env Buildkite Plugin

A Buildkite plugin for exporting environment variables stored inside ejson files using ejson2env.

tests

Example

steps:
  - name: Tests
    plugins:
      - envato/ejson2env#v0.3.0:
          ejson_file: .buildkite/secrets.ejson
          ejson_private_key_env_key: EJSON_PRIVATE_KEY

Configuration

ejson_file (optional)

The EJSON file to decrypt and export with ejson2env.

Default: .buildkite/secrets.ejson

ejson_private_key_env_key (optional)

The environment variable containing the private key to decrypt the EJSON file.

Default: EJSON_PRIVATE_KEY

License

MIT (see LICENSE)

About

A Buildkite plugin for exporting environment variables stored in ejson files using ejson2env

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages