Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pastisprologue/bitwarden-github-action
A simple interface for accessing items in your Bitwarden Vault
https://github.com/pastisprologue/bitwarden-github-action
Last synced: 9 days ago
JSON representation
A simple interface for accessing items in your Bitwarden Vault
- Host: GitHub
- URL: https://github.com/pastisprologue/bitwarden-github-action
- Owner: pastisprologue
- License: mit
- Created: 2020-11-23T20:50:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-11T22:38:43.000Z (almost 4 years ago)
- Last Synced: 2024-10-02T18:15:32.254Z (about 1 month ago)
- Language: JavaScript
- Size: 1.86 MB
- Stars: 13
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bitwarden-github-action
A simple interface for accessing items in your Bitwarden VaultHeavily influenced by the [Expo Github Action](https://github.com/marketplace/actions/expo-github-action) implementation.
## Configuration options
This action is customizable through variables; they are defined in the [`action.yml`](action.yml).
Here is a summary of all the variables that you can use and their purpose.variable | default | description
--- | --- | ---
`bitwarden-username` | - | The username of your Bitwarden account
`bitwarden-password` | - | The password of your Bitwarden account
`bitwarden-version` | `latest` | The Bitwarden CLI version to use, can be any
`bitwarden-packager` | `yarn` | The package manager to install the CLI with.
`bitwarden-cache` | `false` | If it should use the GitHub actions (remote) cache
`bitwarden-cache-key` | - | An optional custom (remote) cache key.> Never hardcode `bitwarden-password` in your workflow, use [secrets][link-actions-secrets] to store them.
> It's also recommended to set the `bitwarden-version` to avoid breaking changes when a new major version is released.