Workflows

Workflow Environment

These are the variables accessible to your workflows and jobs.

Workflow Environment

We prefix our platforms environment variables with PANDACI_ to avoid conflicts with your existing environment variables.

Any secrets you create are also available as environment variables.

These aren't prefixed.

  • PANDACI_BRANCH: The branch name of the current workflow.
  • PANDACI_COMMIT_SHA: The commit hash of the current workflow.
  • PANDACI_WORKFLOW_ID: The unique ID of the current workflow.
  • PANDACI_REPO_URL: The URL of the repository.

Please reach out to our support team if you need additional environment variables.