nao1215/Setup atago

Install the atago CLI by downloading a prebuilt release binary (Linux, macOS, Windows / amd64, arm64).

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 9, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: nao1215/setup-atago@e4b6719aea547a68e6c15252222babab7f492a88 # v0.1.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
versionVersion of atago to install (e.g. "v0.1.0" or "0.1.0"). Use "latest" to install the most recent release.nolatest
github-tokenGitHub token used for API requests and downloads to avoid rate limiting.no${{ github.token }}
install-dirDirectory to install the atago binary into. Defaults to $HOME/.atago/bin.no""
verify-checksumVerify the downloaded archive against checksums.txt (SHA-256). Set to "false" to skip.notrue
verify-attestationVerify the archive build provenance with "gh attestation verify". Requires the gh CLI. Opt-in.nofalse
add-to-pathAdd the install directory to PATH for subsequent steps. Set to "false" to only expose the outputs.notrue
namedescription
versionThe resolved version of atago that was installed (e.g. v0.1.0).
bin-pathAbsolute path to the installed atago binary.
install-dirDirectory the atago binary was installed into (added to PATH).