workflows: add api generation workflow

Add a workflow to re-generate api changes on a cronjob that runs every day.
This commit is contained in:
Gianluca Zuccarelli 2025-08-13 10:23:51 +01:00
parent 223d11b691
commit 0c47c4b165
2 changed files with 51 additions and 1 deletions

View file

@ -50,7 +50,6 @@ export type UploadTypes =
| "azure"
| "container"
| "oci.objectstorage"
| "pulp.ostree"
| "local";
export type Awsec2UploadStatus = {
ami: string;