{"id":20217301,"url":"https://github.com/settlemint/setup-op","last_synced_at":"2025-03-03T11:26:16.902Z","repository":{"id":167154557,"uuid":"642726974","full_name":"settlemint/setup-op","owner":"settlemint","description":"Github action to install the 1Password CLI","archived":false,"fork":false,"pushed_at":"2025-03-01T00:24:09.000Z","size":721,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-01T15:47:21.678Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/settlemint.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-19T07:59:47.000Z","updated_at":"2025-02-25T05:02:35.000Z","dependencies_parsed_at":"2024-05-02T21:48:12.124Z","dependency_job_id":"b8d79870-13a4-4538-9d27-3b6471bf3e46","html_url":"https://github.com/settlemint/setup-op","commit_stats":null,"previous_names":["settlemint/setup-op"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settlemint%2Fsetup-op","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settlemint%2Fsetup-op/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settlemint%2Fsetup-op/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settlemint%2Fsetup-op/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/settlemint","download_url":"https://codeload.github.com/settlemint/setup-op/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241654593,"owners_count":19997893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T06:33:17.697Z","updated_at":"2025-03-03T11:26:16.879Z","avatar_url":"https://github.com/settlemint.png","language":"TypeScript","readme":"# :gear: `setup-op`\n\n## About\nThis action sets up the 1Password CLI, [`op`](https://1password.com/downloads/command-line/), on GitHub Actions runners.\n\nThis action will install and expose a specified version of the `gh` CLI on the runner environment and will setup the authentication using a Service Account.\n\n## Why?\n\n1Password provides a [load-secrets-action](https://github.com/1Password/load-secrets-action) which installs the op tool and can load environment secrets, but it has some flaws:\n\n- It does not support a specific version of the `op` CLI\n- It does not support the ARM version of the `op` CLI (made a PR for this, but it was not yet merged)\n- It does not use the tool cache which slows down usage of the action\n- It does not expose the `op` CLI to the runner environment so you cannot use it in a different way than designed\n- Launching a dozen runners with a dozen secrets each will hit your rate limits very soon, this action allows you to use `op inject` to write env files bypassing this rate limit\n\n## Usage\n\nSetup the `op` CLI:\n\n```yaml\nsteps:\n- uses: settlemint/setup-op@v1.0.0\n  with:\n    service-account-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}\n```\n\nA specific version of the `op` CLI can be installed:\n\n```yaml\nsteps:\n- uses: settlemint/setup-op@v1.0.0\n  with:\n    version: 2.18.0\n    service-account-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}\n```\n\n## Inputs\nThe actions supports the following inputs:\n\n- `version`: The version of `op` to install, defaulting to `2.18.0`\n\n## License\n\nBased off [the example action by Github](https://github.com/github-developer/example-setup-gh) which is [MIT](LICENSE) licensed.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsettlemint%2Fsetup-op","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsettlemint%2Fsetup-op","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsettlemint%2Fsetup-op/lists"}