Skip to content

Commit

Permalink
feat: add sync OpenAPI workflows (#1995)
Browse files Browse the repository at this point in the history
  • Loading branch information
CorrectRoadH authored Sep 11, 2024
1 parent 3a835c0 commit bb0d9ac
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/sync_openapi.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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 }}

0 comments on commit bb0d9ac

Please sign in to comment.