Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.16 KB

File metadata and controls

25 lines (18 loc) · 1.16 KB

Eclipse Apoapsis GitHub Actions

setup-osc

This action provides an easy way to use the ORT Server Client (OSC) CLI in a GitHub workflow.

Download

osc-version: The version of OSC to set up. Supported values:

  • "server" (default): Automatically downloads the OSC version matching the configured ORT Server instance.
  • "latest": Downloads the latest released version of OSC.
  • A specific version, e.g. "0.54.0".

Configuration

The action can be configured to use authentication 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). Only required if using a custom Keycloak instance.
  • client-id: The client ID to use for authentication (optional). Only required if using a custom Keycloak instance.
  • github-token: The github.com token to override the usage of ${{ github.token }} (optional).