{"id":22261909,"url":"https://github.com/muhlba91/doppler-secrets-buildkite-plugin","last_synced_at":"2026-03-07T05:32:11.880Z","repository":{"id":169796798,"uuid":"645852250","full_name":"muhlba91/doppler-secrets-buildkite-plugin","owner":"muhlba91","description":"Use Doppler secrets in your Buildkite pipelines","archived":false,"fork":false,"pushed_at":"2025-10-21T10:46:00.000Z","size":23,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-21T12:27:59.880Z","etag":null,"topics":["buildkite","buildkite-plugin","doppler"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/muhlba91.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-05-26T15:30:28.000Z","updated_at":"2025-10-21T10:46:03.000Z","dependencies_parsed_at":"2023-12-02T07:26:00.448Z","dependency_job_id":"8e8d45be-fd9b-4643-afb9-5f129a606e6a","html_url":"https://github.com/muhlba91/doppler-secrets-buildkite-plugin","commit_stats":null,"previous_names":["muhlba91/doppler-secrets-buildkite-plugin"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/muhlba91/doppler-secrets-buildkite-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhlba91%2Fdoppler-secrets-buildkite-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhlba91%2Fdoppler-secrets-buildkite-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhlba91%2Fdoppler-secrets-buildkite-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhlba91%2Fdoppler-secrets-buildkite-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muhlba91","download_url":"https://codeload.github.com/muhlba91/doppler-secrets-buildkite-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhlba91%2Fdoppler-secrets-buildkite-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30208731,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T05:23:27.321Z","status":"ssl_error","status_checked_at":"2026-03-07T05:00:17.256Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["buildkite","buildkite-plugin","doppler"],"created_at":"2024-12-03T09:14:57.168Z","updated_at":"2026-03-07T05:32:11.826Z","avatar_url":"https://github.com/muhlba91.png","language":"Shell","funding_links":["https://www.buymeacoffee.com/muhlba91"],"categories":[],"sub_categories":[],"readme":"# Doppler Secrets Buildkite Plugin\n\n[![Build status](https://img.shields.io/github/actions/workflow/status/muhlba91/doppler-secrets-buildkite-plugin/verify.yml?style=for-the-badge)](https://github.com/muhlba91/doppler-secrets-buildkite-plugin/actions/workflows/verify.yml)\n[![Release](https://img.shields.io/github/v/release/muhlba91/doppler-secrets-buildkite-plugin?sort=semver\u0026style=for-the-badge)](https://github.com/muhlba91/doppler-secrets-buildkite-plugin/releases)\n[![Release date](https://img.shields.io/github/release-date/muhlba91/doppler-secrets-buildkite-plugin?style=for-the-badge)](https://github.com/muhlba91/doppler-secrets-buildkite-plugin/releases)\n[![License](https://img.shields.io/github/license/muhlba91/doppler-secrets-buildkite-plugin?style=for-the-badge)](LICENSE.md)\n\u003ca href=\"https://www.buymeacoffee.com/muhlba91\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/default-orange.png\" alt=\"Buy Me A Coffee\" height=\"28\" width=\"150\"\u003e\u003c/a\u003e\n\nA [Buildkite plugin](https://buildkite.com/docs/agent/v3/plugins) for exposing secrets from [Doppler](http://doppler.com) to your build steps.\n\n**Plugin State**: Beta\n\n---\n\n## Requirements\n\nThe [`doppler` CLI](https://docs.doppler.com/docs/cli#installation) must be installed!\n\n## Examples\n\nThe following pipeline uses a [Service Token](https://docs.doppler.com/docs/service-tokens) to set all secrets as environment variables.\nThe Service Token is set on the runner through the enviroment variable [`DOPPLER_TOKEN`](https://docs.doppler.com/docs/service-tokens#option-2-the-doppler_token-environment-variable).\n\n\u003c!-- x-release-please-start-version --\u003e\n```yml\nsteps:\n  - command: \"echo $MY_SECRET\"\n    plugins:\n      - muhlba91/doppler-secrets#v1.1.0\n```\n\u003c!-- x-release-please-end --\u003e\n\nYou can also directly specify the token (insecure!):\n\n\u003c!-- x-release-please-start-version --\u003e\n```yml\nsteps:\n  - command: \"echo $MY_SECRET\"\n    plugins:\n      - muhlba91/doppler-secrets#v1.1.0:\n          token: dp.XXX\n```\n\u003c!-- x-release-please-end --\u003e\n\nPersonal Tokens are also supported but require setting `project` and `config`:\n\n\u003c!-- x-release-please-start-version --\u003e\n```yaml\nsteps:\n  - command: \"echo $MY_SECRET\"\n    plugins:\n      - muhlba91/doppler-secrets#v1.1.0:\n          project: project\n          project-config: prod\n```\n\u003c!-- x-release-please-end --\u003e\n\nIf you want to control what secrets are being exposed you can specify the `variables` parameter:\n\n\u003c!-- x-release-please-start-version --\u003e\n```yml\nsteps:\n  - command: \"echo $MY_SECRET\"\n    plugins:\n      - muhlba91/doppler-secrets#v1.1.0:\n          secrets:\n            - MY_SECRET\n```\n\u003c!-- x-release-please-end --\u003e\n\n### Warning\n\nThe plugin does not perform variable sanitation!\n\n---\n\n## Configuration\n\n### Optional\n\n#### `token` (optional, string)\n\nThe Buildkite token to use (Service Token, or Personal Token).\n\nExample: `dp.XXX`\n\n### `project` (optional, string)\n\nThe Doppler project to read the secrets from.\n\n***Required*** for Personal Tokens!\n\nExample: `project`\n\n### `project-config` (optional, string)\n\nThe Doppler configuration within the set project to read the secrets from.\n\n***Required*** for Personal Tokens!\n\nExample: `prod`\n\n### `secrets` (optional, array)\n\nSets the secrets to be read as environment variables.\n\n***Attention:*** at the moment, this forces multiple calls to Doppler, and incurs performance penalty!\n\nExample: `[ \"MY_SECRET1\", \"MY_SECRET2\" ]`\n\n---\n\n## License\n\nMIT (see [LICENSE](LICENSE.md))\n\n## Supporting\n\nIf you enjoy the application and want to support my efforts, please feel free to buy me a coffe. :)\n\n\u003ca href=\"https://www.buymeacoffee.com/muhlba91\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/default-orange.png\" alt=\"Buy Me A Coffee\" height=\"75\" width=\"300\"\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhlba91%2Fdoppler-secrets-buildkite-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuhlba91%2Fdoppler-secrets-buildkite-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhlba91%2Fdoppler-secrets-buildkite-plugin/lists"}