Skip to content

opvious/api-server-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set up API server action

steps:
  # ...
  - uses: opvious/[email protected]
    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.