Skip to content

chore: bump casaos version (#1999) #2

chore: bump casaos version (#1999)

chore: bump casaos version (#1999) #2

Workflow file for this run

name: Sync OpenAPI
on:
workflow_call:
inputs:
project-name:
required: true
type: string
push:
branches:
- main
jobs:
sync:
uses: IceWhaleTech/github/.github/workflows/sync_openapi.yml@main
with:
project-name: casaos
secrets:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}