Mar 30, 2026
1 min read

Step 3: Add your secrets to Doppler

Step 3: Add your secrets to Doppler
Move your secrets out of scattered files and into a secure, centralized system.

Let’s move on to configuring secrets for your development environment. In your Doppler dashboard, select the dev environment from the list. Next, click the dropdown next to “Add First Secret” and choose Import Secrets, as shown below.

Doppler dashboard screenshot, showing how to import secrets
Doppler dashboard screenshot, showing how to import secrets

After clicking this button, a modal will appear where you can paste your existing secrets. Paste the following values into it:

Once you’re finished, the secrets will be listed in your dev environment, as shown below:

Screenshot of Doppler dashboard showing newly imported secrets
Screenshot of Doppler dashboard showing newly imported secrets

Set up production and staging secrets

Repeat the steps you used for the dev environment in the Doppler dashboard for production and staging.

For production, import the following secrets using the Import Secrets option:

Do the same for staging, using the appropriate staging values.

At this point, your secrets exist in Doppler, but your Worker doesn't have access to them yet. The next step connects these two systems.