Set up the GitHub Actions workflow

  • Release version: Zurich
  • Updated November 18, 2025
  • 1 minute to read
  • Set up the GitHub Actions workflow as the first step before you run Discovery and order a catalog item in the Cloud Services Catalog application.

    Before you begin

    Add a deploymentID variable to GitHub Actions workflows in the organization.

    Setup the workflow with deploymentID run name, and tag all provisioned resources using the deploymentID key to enable resource discovery after provisioning.

    Define all workflows using YAML configuration scripts with .yml or .yaml extensions stored in the .github/workflows directory of the repository. These scripts specify the automated workflow process including triggers, jobs, and steps.

    Role required: sn_cmp.cloud_admin

    Procedure

    1. Set up the workflow in GitHub with deploymentID, run name, and tag all provisioned resources using the deploymentID to enable resource discovery after provisioning.
    2. Generate a GitHub Personal Access Token (Classic) and store it securely.