viamrobotics/Viam cloud build

Build and publish your Viam module on multiple platforms.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
meta-pathlocation of module metadata. set to empty string to not usemeta.json
key-idID of your auth keyyes
key-valuesecret value of your auth keyyes
versionVersion to set for the module. If missing, your module will build but not upload.
refThe git ref to build. This will usually be a sha, but can be a branch or anything supported by git checkout.
tokenPass `github.token` if this is a private repository.
workdirUse this if your module is not in the repo root. If you pass this, the `meta-path` will be relative to this workdir, not to repo root.
skip-loginThe action will automatically run `viam login` to login to your Viam account. If you pass this, the action will not run `viam login`.
skip-updateThe action will automatically run `viam module update` to update cloud metadata for your module using the latest `meta.json file. If you pass this, the action will not run `viam module update`.
skip-downloadThe action will automatically download the Viam CLI. If you pass this, the action will not download the Viam CLI.

no outputs