Skip to content

Commit 452aeac

Browse files
authored
feat: add sync OpenAPI workflows (#45)
1 parent faeb91c commit 452aeac

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/sync_openapi.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Sync OpenAPI
2+
3+
on:
4+
workflow_call:
5+
inputs:
6+
project-name:
7+
required: true
8+
type: string
9+
push:
10+
branches:
11+
- main
12+
13+
jobs:
14+
sync:
15+
uses: IceWhaleTech/github/.github/workflows/sync_openapi.yml@main
16+
with:
17+
project-name: casaos-user-service
18+
secrets:
19+
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}

0 commit comments

Comments
 (0)