{"id":21660017,"url":"https://github.com/depot/setup-action","last_synced_at":"2026-02-04T16:14:21.363Z","repository":{"id":42879074,"uuid":"471762060","full_name":"depot/setup-action","owner":"depot","description":"▶️ GitHub Action to download and install the Depot CLI","archived":false,"fork":false,"pushed_at":"2024-07-16T15:00:20.000Z","size":380,"stargazers_count":13,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-13T15:11:52.098Z","etag":null,"topics":["depot","docker","github-actions"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/setup-depot","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/depot.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":"2022-03-19T17:12:30.000Z","updated_at":"2025-04-11T22:07:09.000Z","dependencies_parsed_at":"2024-08-18T00:00:43.731Z","dependency_job_id":"403bffe8-df32-4646-8a7a-2d3294ab1135","html_url":"https://github.com/depot/setup-action","commit_stats":{"total_commits":16,"total_committers":2,"mean_commits":8.0,"dds":0.0625,"last_synced_commit":"b0b1ea4f69e92ebf5dea3f8713a1b0c37b2126a5"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depot%2Fsetup-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depot%2Fsetup-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depot%2Fsetup-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depot%2Fsetup-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/depot","download_url":"https://codeload.github.com/depot/setup-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248732489,"owners_count":21152852,"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":["depot","docker","github-actions"],"created_at":"2024-11-25T09:32:03.228Z","updated_at":"2026-02-04T16:14:21.310Z","avatar_url":"https://github.com/depot.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Depot `setup-action` GitHub Action\n\nProvides the [Depot CLI](https://github.com/depot/cli) in the GitHub Actions environment, allowing access to the `depot` binary in subsequent workflow steps.\n\n## Usage\n\nDownload and install the latest version of the CLI:\n\n```yaml\njobs:\n  job-name:\n    steps:\n      - uses: depot/setup-action@v1\n      - run: depot ...\n```\n\nDownload and install a specific version of the CLI:\n\n```yaml\njobs:\n  job-name:\n    steps:\n      - uses: depot/setup-action@v1\n        with:\n          version: 1.2.3\n      - run: depot ...\n```\n\n## Inputs\n\n- `version` (optional) - A string representing the version of the Depot CLI to install (e.g. `1.2.3`). The default value is `latest` which will install the latest available version. Can also specify a semver version range selector (e.g. `0.x.x`).\n- `oidc` (optional) - A boolean value indicating, if `true` the action will authenticate with the Depot API using GitHub Actions OIDC and set the `DEPOT_TOKEN` environment variable for future steps. This is typically not needed if you are using the `depot/build-push-action` action. The default value is `false`.\n\n## Authentication\n\nThe `depot` CLI can read a Depot API token from the `DEPOT_TOKEN` environment variable:\n\n```yaml\njobs:\n  job-name:\n    steps:\n      - uses: depot/setup-action@v1\n      - run: depot build ...\n        env:\n          DEPOT_TOKEN: ${{ secrets.DEPOT_TOKEN }}\n```\n\n## License\n\nMIT License, see `LICENSE`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdepot%2Fsetup-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdepot%2Fsetup-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdepot%2Fsetup-action/lists"}