File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,14 @@ information from `HEROKU_TEST_RUN_BRANCH` and
1616If present, will instruct CumulusCI to not refresh OAuth tokens for
1717orgs.
1818
19+ ## ` CUMULUSCI_EXTRA_YAML `
20+
21+ Colon-separated list of paths to additional YAML files to merge into
22+ the project config for each ` cci task run ` , ` cci task info ` ,
23+ ` cci flow run ` , and ` cci flow info ` invocation. The ` --extra-yaml `
24+ flag on those commands takes precedence when both are set. See
25+ [ the CLI reference] ( cli.md#the-extra-yaml-flag ) for merge semantics.
26+
1927## ` CUMULUSCI_KEY `
2028
2129An alphanumeric string used to encrypt org credentials at rest when an
@@ -27,6 +35,7 @@ Used for specifying a GitHub Repository for CumulusCI to use when
2735running in a CI environment.
2836
2937(cumulusci-system-certs)=
38+
3039## ` CUMULUSCI_SYSTEM_CERTS `
3140
3241If set to ` True ` , CumulusCI will configure the Python ` requests ` library
@@ -44,6 +53,7 @@ Contents of a JSON Web Token (JWT) used to [authenticate a GitHub
4453app] ( https://developer.github.com/apps/building-github-apps/authenticating-with-github-apps/##authenticating-as-a-github-app ) .
4554
4655(github-token)=
56+
4757## ` GITHUB_TOKEN `
4858
4959A GitHub [ personal access
You can’t perform that action at this time.
0 commit comments