{"id":28741191,"url":"https://github.com/coder/setup-action","last_synced_at":"2025-10-28T11:38:24.568Z","repository":{"id":264935428,"uuid":"822456034","full_name":"coder/setup-action","owner":"coder","description":"Downloads and Configures Coder.","archived":false,"fork":false,"pushed_at":"2024-10-07T08:45:35.000Z","size":14,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-13T14:06:47.030Z","etag":null,"topics":["automation","ci","coder"],"latest_commit_sha":null,"homepage":"https://coder.com","language":null,"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/coder.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-01T07:31:18.000Z","updated_at":"2025-06-02T08:22:20.000Z","dependencies_parsed_at":"2024-11-26T22:13:07.261Z","dependency_job_id":"71ccb855-0919-4d32-a7f0-6d0116f58234","html_url":"https://github.com/coder/setup-action","commit_stats":null,"previous_names":["coder/setup-action"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/coder/setup-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder%2Fsetup-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder%2Fsetup-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder%2Fsetup-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder%2Fsetup-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coder","download_url":"https://codeload.github.com/coder/setup-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder%2Fsetup-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260116642,"owners_count":22961065,"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":["automation","ci","coder"],"created_at":"2025-06-16T07:11:24.704Z","updated_at":"2025-10-28T11:38:19.539Z","avatar_url":"https://github.com/coder.png","language":null,"readme":"# Setup [Coder](https://github.com/coder/coder)\n\nDownloads and authenticates Coder's CLI with your Coder server. This action can be used to run authenticated Coder commands in GitHub Action workflows.\n\n## Usage\n\nCreate a GitHub secret named `CODER_SESSION_TOKEN` with your coder session token\nYou can generate a long lived session token by running the following command in\nyour browser console while logged into Coder with a **Template Admin** or\n**Owner** role.\n\n```shell\n  coder token create --lifetime 8760h --name \"GitHub Actions\"\n```\n\n```yaml\njobs:\n  setup-coder:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Setup Coder\n        uses: coder/setup-action@v1\n        with:\n          access_url: 'https://coder.example.com'\n          coder_session_token: ${{ secrets.CODER_SESSION_TOKEN }}\n```\n\n## Inputs\n\n| Name                      | Description                                                                   | Default |\n| ------------------------- | ----------------------------------------------------------------------------- | ------- |\n| **`access_url`**          | **Required** The url of coder deployment (e.g. \u003chttps://coder.example.com\u003e).  | -       |\n| **`coder_session_token`** | **Required** The session token of coder.                                      | -       |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoder%2Fsetup-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoder%2Fsetup-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoder%2Fsetup-action/lists"}