A GitHub Action to load Doppler secrets into the environment
- The Doppler CLI must be loaded before this action using dopplerhq/cli-action
- name: Load environment variables
uses: catchco/doppler-environment-loader@latest
with:
doppler-token: ${{ secrets.DOPPLER_TOKEN_DEV }}