Fetch Doppler Secrets
Version updated for https://github.com/DopplerHQ/secrets-fetch-action to version v2.0.0.
- This publisher is shown as ‘verified’ by GitHub.
- This action is used across all versions by 60 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Doppler Secrets Fetch Action is a GitHub Action that automates the retrieval of secrets stored in Doppler for use within GitHub Actions workflows. It simplifies secure integration by fetching secrets from Doppler using either service accounts or service tokens, and provides them as outputs or environment variables for use in subsequent steps. This action eliminates the need for manual secret management, streamlining CI/CD pipelines and reducing the risk of exposing sensitive information.
Release notes
What’s Changed
- Upgrade node to v24 by @amoses12 in https://github.com/DopplerHQ/secrets-fetch-action/pull/32
New Contributors
- @amoses12 made their first contribution in https://github.com/DopplerHQ/secrets-fetch-action/pull/32
Full Changelog: https://github.com/DopplerHQ/secrets-fetch-action/compare/v1.3.1...v2.0.0