steps:
# ...
- uses: opvious/[email protected]
with:
license-key: ${{ secrets.OPVIOUS_LICENSE_KEY }} # Optional
All inputs are optional.
license-key
: license key to unlock advanced API capabilitiescli-version
: CLI version, defaults tolatest
image-tag
: server image tag, defaults tolatest
log-level
: log level, defaults toinfo
skip-node-setup
: skip Node setup action, useful if already done
This action has no outputs. It sets the OPVIOUS_ENDPOINT
and OPVIOUS_TOKEN
environment variables appropriately for later use by SDKs. The opvious
CLI is also installed for use in follow up steps.
This action is licensed under Apache 2.0. The underlying server image is subject to the Opvious API image EULA.