iCR Workflow Integration Guide
WebTry iCR
CI/CD Workflow 3.0
CI/CD Workflow 3.0
  • Table of contents
    • Introduction
    • Jenkins Workflow
      • Installing the plugin
      • Configuring the plugin
        • Creating a Personal Access Token
        • Copying Your Repository's URL
      • Viewing the Results
    • GitHub Actions Workflow
      • Workflow Overview
      • Preparing and Registering the Docker Image
        • Adding a Workflow to a Repository
      • Preparing the GitHub Workflow
        • Environment Variables
        • User Supplied Secrets
        • Setting the User Defined Secrets Values
      • Executing the Workflow
    • GitLab Workflow
      • Workflow Overview
      • Preparing the Docker Image
      • Configuring the GitLab Script variables
        • Environment Variables
        • User Supplied Variables
        • Creating a Personal Access Token
        • Setting the User Defined Variable Values
      • Executing the Workflow
    • Multiple Workflows
    • Appendix A - Getting a BitBucket App Password for JENKINS
Powered by GitBook
On this page

Was this helpful?

  1. Table of contents
  2. GitHub Actions Workflow
  3. Preparing the GitHub Workflow

Environment Variables

These variables are implicitly defined by GitHub. They are variables that are dependent upon the context within which the script executes. You do not need to set the values for these as they are set by GitHub. They are:

  1. github.repositoryUrl This identifies the repository on whose behalf the workflow will be executed upon.

  2. github.ref_name This identifies the specific branch within the above-named project to be analyzed.

PreviousPreparing the GitHub WorkflowNextUser Supplied Secrets

Last updated 1 year ago

Was this helpful?