1Password/install-cli-action

Install 1Password CLI into your GitHub Actions jobs.

TypeScript

82

119 commits

updated Sep 8, 2026

See the code

README

1Password CLI - GitHub Action

Install the 1Password CLI to access and manage your 1Password items in your GitHub Action runner.

Get started

This project is licensed under MIT. Use of the 1Password APIs and services accessed through these tools is governed by the 1Password API Terms of Service.

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

- name: Install 1Password CLI
  uses: 1password/install-cli-action@v4

To install the latest beta version (i.e. latest-beta) of the 1Password CLI:

- name: Install 1Password CLI
  uses: 1password/install-cli-action@v4
  with:
    version: latest-beta

To install a specific version of the 1Password CLI:

- name: Install 1Password CLI
  uses: 1password/install-cli-action@v4
  with:
    version: 2.31.1

⚙️ Supported Runners

You can perform the action on Linux, macOS, and Windows runners.

💙 Community & Support

🔐 Security

1Password requests you practice responsible disclosure if you discover a vulnerability.

Please file requests by sending an email to bugbounty@agilebits.com.

1password
1password-cli
1password-connect
github-actions
secrets-management
service-accounts

Contributors

volodymyrZotov

57 commits

JillRegan

38 commits

dependabot[bot]

11 commits

edif2008

5 commits

1Password/install-cli-action

Install 1Password CLI into your GitHub Actions jobs.

TypeScript

82

119 commits

updated Sep 8, 2026

See the code

README

1Password CLI - GitHub Action

Install the 1Password CLI to access and manage your 1Password items in your GitHub Action runner.

Get started

This project is licensed under MIT. Use of the 1Password APIs and services accessed through these tools is governed by the 1Password API Terms of Service.

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

- name: Install 1Password CLI
  uses: 1password/install-cli-action@v4

To install the latest beta version (i.e. latest-beta) of the 1Password CLI:

- name: Install 1Password CLI
  uses: 1password/install-cli-action@v4
  with:
    version: latest-beta

To install a specific version of the 1Password CLI:

- name: Install 1Password CLI
  uses: 1password/install-cli-action@v4
  with:
    version: 2.31.1

⚙️ Supported Runners

You can perform the action on Linux, macOS, and Windows runners.

💙 Community & Support

🔐 Security

1Password requests you practice responsible disclosure if you discover a vulnerability.

Please file requests by sending an email to bugbounty@agilebits.com.

1password
1password-cli
1password-connect
github-actions
secrets-management
service-accounts

Contributors

volodymyrZotov

57 commits

JillRegan

38 commits

dependabot[bot]

11 commits

edif2008

5 commits

Languages

TypeScript

89.3%

JavaScript

7.6%

Shell

3.1%