Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 445 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 445 Bytes

Doppler Environment Loader

A GitHub Action to load Doppler secrets into the environment

Usage

Dependencies on other GitHub Actions

Sample

- name: Load environment variables
  uses: catchco/doppler-environment-loader@latest
  with:
    doppler-token: ${{ secrets.DOPPLER_TOKEN_DEV }}