Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cli-action

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-action

GitHub Action to install the Doppler CLI

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

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 }}

FAQs

Package last updated on 19 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc