docs: Document CIRRUS_GITHUB_REPO variable

This needs to be set for every repository for Cirrus CI integration
to work.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Andrea Bolognani 2020-06-10 18:11:04 +02:00
parent 414aee194a
commit 9170b0ee6f

View File

@ -83,6 +83,22 @@ required under the **Settings** page:
* *Shared runners*: Enable shared runners * *Shared runners*: Enable shared runners
* **Variables**
* *Key*: ``CIRRUS_GITHUB_REPO``
* *Value*: ``libvirt/$repo``
* *Protect variable*: enabled
* *Mask variable*: disabled
* *Key*: ``CIRRUS_API_TOKEN``
* No need to set this at the project level: it's already set for the
libvirt organization and will be inherited from there.
GitHub configuration GitHub configuration
==================== ====================