Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.



Get started

---

# ✨ 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).