From d272a6b923a6f83fd38ddf33ecb35dd55aa9501c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Z=CC=8Ciga=20Hvalec?= Date: Tue, 9 Sep 2025 09:40:47 +0200 Subject: [PATCH] doppler 0.0.2 --- steps/doppler/0.0.2/step.yml | 44 ++++++++++++++++++++++++++++++++++++ steps/doppler/step-info.yml | 1 + 2 files changed, 45 insertions(+) create mode 100644 steps/doppler/0.0.2/step.yml create mode 100644 steps/doppler/step-info.yml diff --git a/steps/doppler/0.0.2/step.yml b/steps/doppler/0.0.2/step.yml new file mode 100644 index 000000000..1e51618ee --- /dev/null +++ b/steps/doppler/0.0.2/step.yml @@ -0,0 +1,44 @@ +title: Doppler +summary: | + This step will fetch env variables from doppler for your project +description: | + This step will fetch env variables from doppler for your project +website: https://github.com/hvalec427/bitrise-doppler +source_code_url: https://github.com/hvalec427/bitrise-doppler +support_url: https://github.com/hvalec427/bitrise-doppler/issues +published_at: 2025-09-09T09:40:46.630819+02:00 +source: + git: https://github.com/hvalec427/bitrise-doppler.git + commit: 0e682fdffab7e1f97e4b250d127d55ba30e4fd2c +type_tags: +- utility +toolkit: + bash: + entry_file: step.sh +inputs: +- DOPPLER_TOKEN: $DOPPLER_TOKEN + opts: + description: | + The Doppler service token used to authenticate and fetch secrets. This should be set as a Bitrise Secret for security. + is_expand: true + is_required: true + summary: Doppler service token for authentication. + title: Doppler Token +- DOPPLER_PROJECT: $DOPPLER_PROJECT + opts: + description: | + The name of the Doppler project from which to fetch secrets. Example: `serbus-mobile`. + If not set, Doppler will use the default project associated with the token. + is_expand: true + is_required: false + summary: Doppler project name (optional, but recommended). + title: Doppler Project +- DOPPLER_CONFIG: $DOPPLER_CONFIG + opts: + description: | + The Doppler config (environment) to use when fetching secrets. Example: `prd`. + If not set, Doppler will use the default config associated with the token. + is_expand: true + is_required: false + summary: Doppler config/environment name (optional, but recommended). + title: Doppler Config diff --git a/steps/doppler/step-info.yml b/steps/doppler/step-info.yml new file mode 100644 index 000000000..e932625fa --- /dev/null +++ b/steps/doppler/step-info.yml @@ -0,0 +1 @@ +maintainer: community