Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.02 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.02 KB

Set up API server action

steps:
  # ...
  - uses: opvious/api-server-action@v0.3.0
    with:
      license-key: ${{ secrets.OPVIOUS_LICENSE_KEY }} # Optional

Inputs

All inputs are optional.

  • license-key: license key to unlock advanced API capabilities
  • cli-version: CLI version, defaults to latest
  • image-tag: server image tag, defaults to latest
  • log-level: log level, defaults to info
  • skip-node-setup: skip Node setup action, useful if already done

Outputs

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.

License

This action is licensed under Apache 2.0. The underlying server image is subject to the Opvious API image EULA.