{"id":22922471,"url":"https://github.com/kamaranl/1password-load-secrets-action","last_synced_at":"2025-04-15T15:59:43.974Z","repository":{"id":247685875,"uuid":"826300863","full_name":"KamaranL/1password-load-secrets-action","owner":"KamaranL","description":"A slightly better version of 1Password's \"Load secrets from 1Password\" action","archived":false,"fork":false,"pushed_at":"2024-07-10T01:00:30.000Z","size":777,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T15:59:38.626Z","etag":null,"topics":["cicd","continuous-delivery","continuous-deployment","continuous-integration","tool","util","workflow"],"latest_commit_sha":null,"homepage":"","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/KamaranL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2024-07-09T12:47:18.000Z","updated_at":"2025-03-21T13:13:31.000Z","dependencies_parsed_at":"2024-07-10T04:14:40.022Z","dependency_job_id":"5d54128c-0c2d-4775-b08a-96988a674e47","html_url":"https://github.com/KamaranL/1password-load-secrets-action","commit_stats":null,"previous_names":["kamaranl/1password-load-secrets-action"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KamaranL%2F1password-load-secrets-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KamaranL%2F1password-load-secrets-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KamaranL%2F1password-load-secrets-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KamaranL%2F1password-load-secrets-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KamaranL","download_url":"https://codeload.github.com/KamaranL/1password-load-secrets-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249105473,"owners_count":21213534,"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":["cicd","continuous-delivery","continuous-deployment","continuous-integration","tool","util","workflow"],"created_at":"2024-12-14T08:10:51.080Z","updated_at":"2025-04-15T15:59:43.943Z","avatar_url":"https://github.com/KamaranL.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 1Password Load Secrets Action\n\n\u003e Loads secrets into your GitHub runner from 1Password\n\n[![view on GitHub](https://badgen.net/github/license/KamaranL/1password-load-secrets-action?cache=3600)](https://github.com/KamaranL/1password-load-secrets-action/blob/HEAD/LICENSE.txt)\n[![view on GitHub](https://badgen.net/github/release/KamaranL/1password-load-secrets-action/stable?icon=github\u0026label=latest\u0026cache=3600)](https://github.com/KamaranL/1password-load-secrets-action)\n\nA slightly better version of [Load secrets from 1Password](https://github.com/marketplace/actions/load-secrets-from-1password) by [1Password](https://github.com/1Password)\n\nRefer to [1Password's developer documentation](https://developer.1password.com/docs/ci-cd/github-actions/) for more on how you can use this action.\n\n## Features\n\n- Persistent install of 1Password CLI throughout the entire job\n- \u003cu\u003e**Windows**\u003c/u\u003e runner support\n- All the original features from [Load secrets from 1 Password](https://github.com/marketplace/actions/load-secrets-from-1password)\n\n## Usage\n\n```yaml\non: workflow_dispatch\njobs:\n  matrix_jobs:\n    strategy:\n      matrix:\n        os: ['ubuntu', 'macos', 'windows']\n    runs-on: ${{ matrix.os }}-latest\n    continue-on-error: true\n    env:\n      OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_TOKEN }}\n    steps:\n      - uses: KamaranL/1password-load-secrets-action@v1\n        env:\n          GH_TOKEN: op://Integrations/GitHub.kamaranl.CICD/credential\n\n      - run: |\n          Write-Host \"GH_TOKEN: $env:GH_TOKEN\"\n        shell: powershell\n        if: matrix.os == 'windows'\n\n      - run: |\n          echo \"GH_TOKEN: $GH_TOKEN\"\n        if: matrix.os != 'windows'\n\n      - run: op whoami\n```\n\n## Acknowledgements\n\n- Thanks to [1Password]((https://github.com/1Password)) for developing such a great product\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamaranl%2F1password-load-secrets-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkamaranl%2F1password-load-secrets-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamaranl%2F1password-load-secrets-action/lists"}