Skip to content

Doppler Environment Loader

Actions
Loads Doppler secrets into the environment as masked values
v1.0.3
Latest
Star (1)

Doppler Environment Loader

A GitHub Action to load Doppler secrets into the environment

Usage

Dependencies on other GitHub Actions

Inputs

Action configuration settings to be used within the with block.

  • doppler-token - The Doppler project access token

    • Required
    • Example
      with:
        doppler-token: ${{ secrets.DOPPLER_TOKEN_DEV }}
      
  • debug-prefix - The prefix of the environment variable's that won't be masked

    • Default: DEBUG
    • Example
      with:
        doppler-token: ${{ secrets.DOPPLER_TOKEN_DEV }}
        debug-prefix: 'DBG'
      
  • disable-masking - Whether to disable all masking of secrets in the action

    • Default: false
    • Example
      with:
        doppler-token: ${{ secrets.DOPPLER_TOKEN_DEV }}
        disable-masking: 'false'
      

Sample

- name: Load environment variables
  uses: catchco/doppler-environment-loader@latest
  with:
    doppler-token: ${{ secrets.DOPPLER_TOKEN_DEV }}
    debug-prefix: 'DBG'
    disable-masking: 'false'

Doppler Environment Loader is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Loads Doppler secrets into the environment as masked values
v1.0.3
Latest

Doppler Environment Loader is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.