{"id":18321090,"url":"https://github.com/workos/cli-action","last_synced_at":"2026-02-13T15:38:13.767Z","repository":{"id":250960411,"uuid":"835455058","full_name":"workos/cli-action","owner":"workos","description":"GitHub Action for installing the WorkOS CLI","archived":false,"fork":false,"pushed_at":"2025-02-15T00:32:50.000Z","size":1300,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-11T15:12:19.790Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/workos.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":"2024-07-29T21:57:26.000Z","updated_at":"2025-01-30T21:40:31.000Z","dependencies_parsed_at":"2024-07-31T03:02:18.301Z","dependency_job_id":"cc46e064-8cdf-47de-a4fa-10f1936e572e","html_url":"https://github.com/workos/cli-action","commit_stats":null,"previous_names":["workos/cli-action"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workos%2Fcli-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workos%2Fcli-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workos%2Fcli-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workos%2Fcli-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/workos","download_url":"https://codeload.github.com/workos/cli-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248637771,"owners_count":21137538,"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-05T18:18:19.058Z","updated_at":"2026-02-13T15:38:08.747Z","avatar_url":"https://github.com/workos.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Install WorkOS CLI Github Action\n\nAdds [WorkOS CLI](https://github.com/workos/workos-cli) to your Github Workflow\n\n## Example usage\n\nInclude this Action as a step in your workflow:\n\n```\nuses: workos/cli-action@v1\n```\n\n## Configuration\n\nYou'll need to provide a version with the `Install CLI` step. \n\nUsing the CLI requires a WorkOS API key. You can provide this key as an environment variable in your workflow file:\n\n```yaml\nname: Example action\n\non: [push]\n\njobs:\n  my-job:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Install CLI\n        uses: workos/cli-action@v1\n        with:\n          version: v0.2.0\n      - name: Do something with the CLI\n        run: workos --version\n        env:\n          WORKOS_ACTIVE_ENVIRONMENT: headless\n          WORKOS_ENVIRONMENTS_HEADLESS_ENDPOINT: \u003cMY_ENDPOINT\u003e\n          WORKOS_ENVIRONMENTS_HEADLESS_API_KEY: ${{ secrets.WORKOS_ENVIRONMENTS_HEADLESS_API_KEY }}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkos%2Fcli-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworkos%2Fcli-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkos%2Fcli-action/lists"}