{"id":51625815,"url":"https://github.com/nao1215/setup-atago","last_synced_at":"2026-07-13T01:01:56.214Z","repository":{"id":368631257,"uuid":"1286059375","full_name":"nao1215/setup-atago","owner":"nao1215","description":"GitHub Action to install the atago CLI from prebuilt release binaries (Linux/macOS/Windows, amd64/arm64).","archived":false,"fork":false,"pushed_at":"2026-07-01T12:39:22.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-01T14:21:29.983Z","etag":null,"topics":["actions","atago","ci","cli","e2e-testing","github-action","github-actions","golang","setup-action","testing"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/nao1215.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-07-01T12:01:53.000Z","updated_at":"2026-07-01T13:35:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/nao1215/setup-atago","commit_stats":null,"previous_names":["nao1215/setup-atago"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/nao1215/setup-atago","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nao1215%2Fsetup-atago","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nao1215%2Fsetup-atago/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nao1215%2Fsetup-atago/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nao1215%2Fsetup-atago/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nao1215","download_url":"https://codeload.github.com/nao1215/setup-atago/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nao1215%2Fsetup-atago/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35406584,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-12T02:00:06.386Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["actions","atago","ci","cli","e2e-testing","github-action","github-actions","golang","setup-action","testing"],"created_at":"2026-07-13T01:01:54.016Z","updated_at":"2026-07-13T01:01:56.203Z","avatar_url":"https://github.com/nao1215.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# setup-atago\n\n[![GitHub Marketplace](https://img.shields.io/badge/GitHub%20Marketplace-setup--atago-blue?logo=github)](https://github.com/marketplace/actions/setup-atago)\n[![Test](https://github.com/nao1215/setup-atago/actions/workflows/test.yml/badge.svg)](https://github.com/nao1215/setup-atago/actions/workflows/test.yml)\n\nGitHub Action to install the [atago](https://github.com/nao1215/atago) CLI.\n\nIt downloads a prebuilt release binary instead of building from source, so your\nworkflows stay fast — no Go setup, no `go build`. Works on Linux, macOS, and\nWindows (amd64 / arm64).\n\n## Quick start\n\n```yaml\n- uses: nao1215/setup-atago@v0\n- run: atago run ./spec\n```\n\nThat's it — `atago` is now on `PATH`.\n\n## Pin a version\n\n```yaml\n- uses: nao1215/setup-atago@v0\n  with:\n    version: v0.1.0 # default: latest\n```\n\nFor reproducible CI, pin an exact version instead of `latest`, so a new atago\nrelease cannot change what your workflow installs.\n\n## Inputs\n\n| Name                 | Default               | Description                                                      |\n| -------------------- | --------------------- | ---------------------------------------------------------------- |\n| `version`            | `latest`              | Release to install: `latest`, `v0.1.0`, or `0.1.0`.              |\n| `github-token`       | `${{ github.token }}` | Token for API requests / downloads (avoids rate limiting).       |\n| `install-dir`        | `$HOME/.atago/bin`    | Where to install the binary. Added to `PATH`.                    |\n| `verify-checksum`    | `true`                | Verify the archive against `checksums.txt` (SHA-256).            |\n| `verify-attestation` | `false`               | Verify build provenance with `gh attestation verify` (opt-in).   |\n| `add-to-path`        | `true`                | Add the install directory to `PATH`. Set `false` for outputs only. |\n\n## Outputs\n\n| Name          | Description                                       |\n| ------------- | ------------------------------------------------- |\n| `version`     | Installed version (e.g. `v0.1.0`).                |\n| `bin-path`    | Absolute path to the `atago` binary.              |\n| `install-dir` | Directory the binary was installed into.          |\n\n## Verification behavior\n\nThe action fails (rather than silently continuing) when a verification you\nenabled cannot be completed:\n\n- `verify-checksum: true` (default): the install fails if `checksums.txt` cannot\n  be downloaded, if the archive is missing from it, or if the SHA-256 does not\n  match. Set `verify-checksum: false` to skip the check entirely.\n- `verify-attestation: true`: the install fails if the `gh` CLI is unavailable,\n  if neither `GH_TOKEN` nor `GITHUB_TOKEN` is set, or if `gh attestation verify`\n  fails. It is opt-in and skipped by default.\n\nThe action derives release asset names (`atago_\u003cversion\u003e_\u003cos\u003e_\u003carch\u003e.\u003cext\u003e`)\nfrom atago's [goreleaser](https://goreleaser.com/) config. If atago's release\nnaming changes, this action must be updated to match.\n\n## Maintainer release flow\n\nWhen you want to cut a new Marketplace release:\n\n1. Run the `PrepareRelease` workflow from the Actions tab with `vX.Y.Z` (or `X.Y.Z`).\n1. Open the draft GitHub release it creates, tick `Publish this Action to the GitHub Marketplace`, then publish it.\n1. After publish, `SyncReleaseTags` automatically moves the floating `vX` and `vX.Y` tags (for example `v0` and `v0.1`) to that release.\n\nThat keeps the Marketplace listing current while preserving the immutable full\nrelease tag (`v0.1.1`, `v0.1.2`, ...).\n\n## License\n\n[MIT](./LICENSE) © CHIKAMATSU Naohiro\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnao1215%2Fsetup-atago","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnao1215%2Fsetup-atago","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnao1215%2Fsetup-atago/lists"}