Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace GitHubActionsConfiguration

Extends a Verify configuration with appropriate data to reach and use the build service provided by a GitHub Action.

Properties

Optional additionalParameters

additionalParameters: undefined | object

Additional key-value pairs passed as parameters to the build service when running an experiment.

Const buildServiceType

buildServiceType: string = "GITHUB_ACTIONS"

patSecretId

patSecretId: string

The Oracle Cloud Identifier (OCID) of the Private Access Token (PAT) Secret. The PAT provides the credentials to access the GitHub Action.

repositoryUrl

repositoryUrl: string

The location of the repository where the GitHub Actions is defined. For Non-Enterprise GitHub the expected format is https://github.com/[owner]/[repoName] For Enterprise GitHub the expected format is http(s)://[hostname]/api/v3/repos/[owner]/[repoName]

username

username: string

The username that will trigger the GitHub Action.

workflowName

workflowName: string

The name of the GitHub Actions workflow that defines the build pipeline.

Methods

getDeserializedJsonObj

getJsonObj