Skip to content

Commit c67eec2

Browse files
authored
Pull private preview specs during OAS sync (#183)
1 parent 51fec81 commit c67eec2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/sync-openapi-artifacts.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,16 @@ jobs:
6060
curl -fsSL "https://b.stripecdn.com/api-artifacts/assets/openapi/${{ inputs.version }}/public_preview/sdk.yaml" \
6161
-o ./preview/openapi.spec3.sdk.yaml
6262
63+
- name: Download private preview JSON specs
64+
run: |
65+
curl -fsSL "https://b.stripecdn.com/api-artifacts/assets/openapi/${{ inputs.version }}/private_preview/sdk.json" \
66+
-o ./preview/openapi.private_preview.spec3.sdk.json
67+
68+
- name: Download private preview YAML specs
69+
run: |
70+
curl -fsSL "https://b.stripecdn.com/api-artifacts/assets/openapi/${{ inputs.version }}/private_preview/sdk.yaml" \
71+
-o ./preview/openapi.private_preview.spec3.sdk.yaml
72+
6373
- name: Check for changes
6474
id: changes
6575
run: |

0 commit comments

Comments
 (0)