Skip to content

Commit d03f956

Browse files
Update OpenAPI spec (2026-03-23) (#2)
Co-authored-by: workos-sdk-automation[bot] <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Co-authored-by: Garen J. Torikian <gjtorikian@users.noreply.github.com>
1 parent df78d31 commit d03f956

4 files changed

Lines changed: 8409 additions & 13312 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Generate SDKs
1+
name: Generate PRs
22

33
on:
44
# push:
@@ -26,7 +26,7 @@ jobs:
2626
id: set-matrix
2727
run: echo "matrix=$(jq -c . .github/sdk-matrix.json)" >> "$GITHUB_OUTPUT"
2828

29-
generate:
29+
generate_pr:
3030
needs: load-matrix
3131
runs-on: ubuntu-latest
3232
strategy:
@@ -39,7 +39,7 @@ jobs:
3939
id: app-token
4040
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
4141
with:
42-
app-id: ${{ secrets.SDK_BOT_APP_ID }}
42+
app-id: ${{ vars.SDK_BOT_APP_ID }}
4343
private-key: ${{ secrets.SDK_BOT_PRIVATE_KEY }}
4444

4545
- name: Checkout openapi-spec

.github/workflows/validate-sdks.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Validate SDKs
22

33
on:
4-
pull_request:
5-
branches: [main]
4+
# pull_request:
5+
# branches: [main]
6+
workflow_dispatch:
67

78
concurrency:
89
group: sdk-validation-${{ github.event.pull_request.number }}
@@ -42,7 +43,7 @@ jobs:
4243
id: app-token
4344
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
4445
with:
45-
app-id: ${{ secrets.SDK_BOT_APP_ID }}
46+
app-id: ${{ vars.SDK_BOT_APP_ID }}
4647
private-key: ${{ secrets.SDK_BOT_PRIVATE_KEY }}
4748

4849
- name: Checkout openapi-spec

.last-synced-sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
74967ba74f9d568f8bc971f248db796791cc319f
1+
de458a3b6d5e3e7c8c02eef4117639c81be1a720

0 commit comments

Comments
 (0)