-
Notifications
You must be signed in to change notification settings - Fork 4
33 lines (27 loc) · 1.02 KB
/
rdme-openapi.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: ReadMe GitHub Action 🦉
on:
push:
branches:
- main
jobs:
rdme-openapi:
runs-on: ubuntu-latest
steps:
- name: Check out repo 📚
uses: actions/checkout@v3
- name: Run `openapi` command for v1 spec 🚀
uses: readmeio/rdme@v8
with:
rdme: openapi src/v1/spec.yaml --key=${{ secrets.README_API_KEY }} --id=65313d8d196216005b2ed13e
- name: Run `openapi` command for v2 spec 🚀
uses: readmeio/rdme@v8
with:
rdme: openapi src/v2/spec.yaml --key=${{ secrets.README_API_KEY }} --id=653140896cad5a001321c86f
- name: Run `openapi` command for v2 spec 🚀
uses: readmeio/rdme@v8
with:
rdme: openapi src/v2/stp/spec.yaml --key=${{ secrets.README_API_KEY }} --id=66be4298d4441600123e79bd
- name: Run `openapi` command for hub http spec 🚀
uses: readmeio/rdme@v8
with:
rdme: openapi src/hub-rest-api/spec.yaml --key=${{ secrets.README_API_KEY }} --id=66d751d1202a13004b870449