Skip to content

Releases: DopplerHQ/secrets-fetch-action

v1.2.0

21 Mar 18:29
bc453b9
Compare
Choose a tag to compare
  • Do not call setSecret on any unmasked secrets (#17)

Full Changelog: v1.1.3...v1.2.0

v1.1.3

09 Feb 16:27
584cb6c
Compare
Choose a tag to compare

Full Changelog: v1.1.2...v1.1.3

v1.1.2

14 Aug 15:40
d0b9e9c
Compare
Choose a tag to compare
  • Adds support for Service Account tokens

v1.1.1

16 May 14:42
41d4e02
Compare
Choose a tag to compare
  • Updates @actions/core to get update saveState and setOutput functions

Added support for Personal Tokens

11 Aug 03:29
ff1719d
Compare
Choose a tag to compare

A Doppler Personal Token provides read/write access to every Project and Config accessible for that account and should only be used when necessary. The doppler-project and doppler-config inputs must be provided when using a Personal Token.

- uses: dopplerhq/secrets-fetch-action@v1.1.0
      id: doppler
      with:
        doppler-token: ${{ secrets.PERSONAL_DOPPLER_TOKEN }}
        doppler-project: auth-api
        doppler-config: ci-cd

Initial release

04 Aug 23:00
a904b58
Compare
Choose a tag to compare

Securely inject Doppler secrets into your GitHub Actions.

  • Reference secrets using step outputs: ${{ steps.doppler.outputs.API_TOKEN }}
  • Optionally inject secrets as environment variables

Full Changelog: https://github.com/DopplerHQ/secrets-fetch-action/commits/v1.0.0