{"id":21463199,"url":"https://github.com/dopplerhq/cli-action","last_synced_at":"2025-07-15T03:31:28.439Z","repository":{"id":39905780,"uuid":"265762480","full_name":"DopplerHQ/cli-action","owner":"DopplerHQ","description":"GitHub Action for installing the Doppler CLI","archived":false,"fork":false,"pushed_at":"2024-01-30T16:38:36.000Z","size":1589,"stargazers_count":43,"open_issues_count":2,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-09T14:24:46.240Z","etag":null,"topics":["doppler-cli","environment-variables","secret-management","secrets","secrets-manager","security"],"latest_commit_sha":null,"homepage":"https://cli.doppler.com","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DopplerHQ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-21T05:27:28.000Z","updated_at":"2024-06-21T02:15:53.973Z","dependencies_parsed_at":"2024-06-21T02:15:50.818Z","dependency_job_id":"ce475352-fb3c-4705-8984-85185df28fd8","html_url":"https://github.com/DopplerHQ/cli-action","commit_stats":{"total_commits":21,"total_committers":3,"mean_commits":7.0,"dds":"0.33333333333333337","last_synced_commit":"41106dbef2e821dcf2250b0c936a616a438a278a"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DopplerHQ%2Fcli-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DopplerHQ%2Fcli-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DopplerHQ%2Fcli-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DopplerHQ%2Fcli-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DopplerHQ","download_url":"https://codeload.github.com/DopplerHQ/cli-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226013294,"owners_count":17559850,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["doppler-cli","environment-variables","secret-management","secrets","secrets-manager","security"],"created_at":"2024-11-23T07:19:24.745Z","updated_at":"2024-11-23T07:19:25.487Z","avatar_url":"https://github.com/DopplerHQ.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Install Doppler CLI action\n\nThe [Doppler CLI](https://github.com/DopplerHQ/cli) is the official tool for interacting with your Enclave secrets and configuration. This action installs the latest Doppler CLI into your PATH.\n\n## Example usage\n\nInclude this Action as a step in your workflow:\n\n```\nuses: dopplerhq/cli-action@v3\n```\n\nYou can see a live example of this Action [here](https://github.com/DopplerHQ/cli/blob/master/.github/workflows/cli-action.yml).\n\n## Configuration\n\nIn 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](https://docs.github.com/en/actions/security-guides/encrypted-secrets).\n\n```yaml\nname: Example action\n\non: [push]\n\njobs:\n  my-job:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Install CLI\n        uses: dopplerhq/cli-action@v3\n      - name: Do something with the CLI\n        run: doppler secrets --only-names\n        env:\n          DOPPLER_TOKEN: ${{ secrets.DOPPLER_TOKEN }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdopplerhq%2Fcli-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdopplerhq%2Fcli-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdopplerhq%2Fcli-action/lists"}