Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

Install Doppler CLI

Actions
Install the Doppler CLI into your PATH
v1
Verified creator
Star (52)

Tags

 (1)

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Install Doppler CLI action

The Doppler CLI is the official tool for interacting with your Enclave secrets and configuration. This action installs the latest Doppler CLI into your PATH.

Example usage

Include this Action as a step in your workflow:

uses: dopplerhq/cli-action@v1

You can see a live example of this Action here.

Configuration

In most cases, you'll need to provide the CLI with an auth token. You can do so via the DOPPLER_TOKEN environment variable. In the below example, the token is retrieved from GitHub secrets.

name: Example action

on: [push]

jobs:
  my-job:
    runs-on: ubuntu-latest
    steps:
    - name: Install CLI
      uses: dopplerhq/cli-action@v1
    - name: Do something with the CLI
      run: doppler secrets --only-names
      env:
        DOPPLER_TOKEN: ${{ secrets.DOPPLER_TOKEN }}

Install Doppler CLI 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

Install the Doppler CLI into your PATH
v1

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Tags

 (1)

Install Doppler CLI 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.