pastisprologue/Bitwarden GitHub Action
Bitwarden CLI in your GitHub Actions workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| bitwarden-version | The Bitwarden CLI version to install. (use any semver/dist-tag available) | — | latest |
| bitwarden-username | Your Bitwarden username, for authentication. | — | — |
| bitwarden-password | Your Bitwarden password, for authentication. (use with secrets) | — | — |
| bitwarden-packager | The package manager used to install the Bitwarden CLI. (can be yarn or npm) | — | yarn |
| bitwarden-cache | If Bitwarden should be stored in the GitHub Actions cache (can be true or false) | — | false |
| bitwarden-cache-key | A custom remote cache key to use (best to let GitHub Actions handle it) | — | — |
Outputs
no outputs