We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a306b63 commit aa57debCopy full SHA for aa57deb
1 file changed
.github/workflows/code-forge-trigger.yml
@@ -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