DopplerHQ / cli

The official CLI for interacting with your Doppler secrets and configuration.
https://docs.doppler.com
Apache License 2.0
218 stars 44 forks source link

Add env to cli-action #264

Closed jlarmstrongiv closed 2 years ago

jlarmstrongiv commented 2 years ago

If you installed the doppler cli in github actions, then more often than not you will need a DOPPLER_TOKEN in the environment

Piccirello commented 2 years ago

Could you provide some more info on what this accomplishes? The token isn't used for displaying the CLI version.

jlarmstrongiv commented 2 years ago

Maybe a comment instead? Or, this can be closed.

When using the cli for anything significant, you’ll likely need a DOPPLER_TOKEN in the environment. It wasn’t clear to me that I needed to set that manually. A note about it could save an hour of debugging

Piccirello commented 2 years ago

Thanks for that info, I see what you mean now. I just added this section to our action's README which should hopefully help future users.