garden.yml
file for this project and add the ID and domain as top level keys, for example:GARDEN_AUTH_TOKEN=<my-generated-auth-token>
.MY_TEST_SECRET
:Make sure to use one of your own environments in thetriggers[].environment
field.
triggers
spec is specific to Garden Cloud and tells it to run this particular workflow in the ci
environment (or the environment that you specified) on VCS events of type pull-request
. I.e., when you open or update a pull/merge request on GitHub or GitLab.triggers
spec we defined above comes into play.