The setup-osc
action provides an easy way to use the ORT Server Client CLI in a GitHub workflow.
osc-version
: The version ofosc
to set up, defaults tolatest
.
setup-osc
can also authenticate with the ORT Server instance using the following options:
url
: The base URL of the ORT Server instance.username
: The username to use for authentication.password
: The password to use for authentication.token-url
: The URL to request a token for the ORT Server instance (optional).client-id
: The client ID to use for authentication (optional).