Skip to content

Commit aa57deb

Browse files
authored
add code-forge-trigger
1 parent a306b63 commit aa57deb

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Regenerate SDKs
2+
3+
on:
4+
push:
5+
paths:
6+
- "example/example.yml"
7+
8+
jobs:
9+
generate-sdks:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
13+
14+
- name: Trigger SDK Generation
15+
uses: code-forge/generation-action@v0
16+
with:
17+
spec_id: 4aa2cde8-3976-4b0a-b9b8-4fef6d440e0e
18+
api_token: ${{ secrets.CODEFORGE_API_TOKEN }}
19+
api_url: 'http://localhost:4000'

0 commit comments

Comments
 (0)