Skip to content

Update

Update #1126

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}}