We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2921a22 commit 668e47eCopy full SHA for 668e47e
1 file changed
.github/workflows/push_openapi_spec_to_readme.yml
@@ -2,8 +2,6 @@ name: Build and sync docs on pushes to master branch
2
3
on:
4
push:
5
- branches:
6
- - master
7
8
defaults:
9
run:
@@ -29,9 +27,9 @@ jobs:
29
27
# GitHub Actions environment variable name is README_API so to access "key" from the json we can use README_API_KEY
30
28
parse-json-secrets: true
31
- name: Check out repo 📚
32
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
33
- name: Run `openapi` command 🚀
34
- uses: readmeio/rdme@v8
+ uses: readmeio/rdme@v10
35
with:
36
# id is the id of the API definition
37
- rdme: openapi defs/asana_oas.yaml --key=${{ env.README_API_KEY }} --id=64a8a031f326ee000e3a92f3
+ rdme: openapi upload defs/asana_oas.yaml --key=${{ env.README_API_KEY }} --branch=123.123.123 --slug=asana.json
0 commit comments