Repo Update, is a Code Stream pipeline, that gets triggered, when you comit to your Github Repo, where your Blueprint, or ABX actions are. It syncs your repositories, so you won't have to wait for the 15 minutes timer, to happen.
Code Stream pipeline, to auto sync Gitub repositories, in vRealize Automation Cloud, when a comit is made to that repo, instead of waiting 15 minutes for a schelduled sync to happen.
The following variables must be setup in code Stream
Make sure you have setup a git Endpoint first, for the Repo you want to use.
Go to Git -> Webhooks for Git
Select New
Mine looks like this. The Secret token is gerated, from the UI. And for API token, i'm using my previus setup secret variable like this : ${var.Github_Token}
I have also setup a REGEX, containing .yaml, to only trigger whe i make changed to .yaml files. But it's up to you, if you want to do the same.
Pipeline is the importet Repo Update pipeline, from earlier.
If everyting is setup correct, then you will see, that everytime you do a comit, to your Github repo, and change .yaml files, then the sync will happen automaticly, and you won't have to wait for it to happen, like before.