Skip to content

Commit 72c577b

Browse files
committed
Add spec and generation workflow
0 parents  commit 72c577b

File tree

2 files changed

+1675
-0
lines changed

2 files changed

+1675
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Wrapper generation
2+
3+
on:
4+
push:
5+
branches: [main]
6+
paths: ['spec.yaml']
7+
workflow_dispatch:
8+
9+
jobs:
10+
trigger-wrappers:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Trigger PHP Wrapper
14+
uses: peter-evans/repository-dispatch@v2
15+
with:
16+
token: ${{ secrets.DISPATCH_TOKEN }}
17+
repository: BuiltByBit/api-wrapper-codegen-php
18+
event-type: spec-updated

0 commit comments

Comments
 (0)