mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-06-15 21:45:31 +00:00
20 lines
343 B
YAML
20 lines
343 B
YAML
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 }}
|