A Buildkite plugin for exporting environment variables stored inside ejson files using ejson2env.
steps:
- name: Tests
plugins:
- envato/ejson2env#v0.3.0:
ejson_file: .buildkite/secrets.ejson
ejson_private_key_env_key: EJSON_PRIVATE_KEYThe EJSON file to decrypt and export with ejson2env.
Default: .buildkite/secrets.ejson
The environment variable containing the private key to decrypt the EJSON file.
Default: EJSON_PRIVATE_KEY
MIT (see LICENSE)