nao1215/Setup atago
Install the atago CLI by downloading a prebuilt release binary (Linux, macOS, Windows / amd64, arm64).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 9, 2026
- License
- MIT
Pinned Snippet
uses: nao1215/setup-atago@e4b6719aea547a68e6c15252222babab7f492a88 # v0.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of atago to install (e.g. "v0.1.0" or "0.1.0"). Use "latest" to install the most recent release. | no | latest |
| github-token | GitHub token used for API requests and downloads to avoid rate limiting. | no | ${{ github.token }} |
| install-dir | Directory to install the atago binary into. Defaults to $HOME/.atago/bin. | no | "" |
| verify-checksum | Verify the downloaded archive against checksums.txt (SHA-256). Set to "false" to skip. | no | true |
| verify-attestation | Verify the archive build provenance with "gh attestation verify". Requires the gh CLI. Opt-in. | no | false |
| add-to-path | Add the install directory to PATH for subsequent steps. Set to "false" to only expose the outputs. | no | true |
Outputs
| name | description |
|---|---|
| version | The resolved version of atago that was installed (e.g. v0.1.0). |
| bin-path | Absolute path to the installed atago binary. |
| install-dir | Directory the atago binary was installed into (added to PATH). |