Skip to content
This repository was archived by the owner on Jul 13, 2026. It is now read-only.

Update

Update #6519

Workflow file for this run

name: Update
on:
push:
branches:
- main
schedule:
- cron: "0 * * * *"
workflow_dispatch:
jobs:
call-workflow:
uses: IvanJosipovic/KubernetesCRDModelGen/.github/workflows/update-template.yaml@main
secrets:
GH_TOKEN: ${{secrets.GHPAT}}