Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1password/install-cli-action
Install 1Password CLI into your GitHub Actions jobs.
https://github.com/1password/install-cli-action
1password 1password-cli 1password-connect github-actions secrets-management service-accounts
Last synced: 7 days ago
JSON representation
Install 1Password CLI into your GitHub Actions jobs.
- Host: GitHub
- URL: https://github.com/1password/install-cli-action
- Owner: 1Password
- License: mit
- Created: 2023-05-23T07:18:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-28T17:33:49.000Z (6 months ago)
- Last Synced: 2024-10-05T01:02:30.573Z (about 1 month ago)
- Topics: 1password, 1password-cli, 1password-connect, github-actions, secrets-management, service-accounts
- Language: Shell
- Homepage: https://developer.1password.com
- Size: 7.81 KB
- Stars: 35
- Watchers: 9
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
1Password CLI - GitHub Action
Install the 1Password CLI to access and manage your 1Password items in your GitHub Action runner.
---
# ✨ Quickstart
To install the latest version of the 1Password CLI: \
(**Note:** `latest` version is installed by default, so you don't need to specify a version.)```yaml
- name: Install 1Password CLI
uses: 1password/install-cli-action@v1
```To install the latest beta version (i.e. `latest-beta`) of the 1Password CLI:
```yaml
- name: Install 1Password CLI
uses: 1password/install-cli-action@v1
with:
version: latest-beta
```To install a specific version of the 1Password CLI:
```yaml
- name: Install 1Password CLI
uses: 1password/install-cli-action@v1
with:
version: 2.18.0
```## ⚙️ Supported Runners
You can perform the action on Linux and macOS runners. Windows is not currently supported.
## 💙 Community & Support
- File an [issue](https://github.com/1Password/install-cli-action/issues) for bugs and feature requests.
- Join the [Developer Slack workspace](https://join.slack.com/t/1password-devs/shared_invite/zt-1halo11ps-6o9pEv96xZ3LtX_VE0fJQA).
- Subscribe to the [Developer Newsletter](https://1password.com/dev-subscribe/).## 🔐 Security
1Password requests you practice responsible disclosure if you discover a vulnerability.
Please file requests via [**BugCrowd**](https://bugcrowd.com/agilebits).
For information about security practices, please visit our [Security homepage](https://bugcrowd.com/agilebits).