Skip to content

Commit 668e47e

Browse files
committed
Test update ReadMe GitHub Action
1 parent 2921a22 commit 668e47e

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/push_openapi_spec_to_readme.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Build and sync docs on pushes to master branch
22

33
on:
44
push:
5-
branches:
6-
- master
75

86
defaults:
97
run:
@@ -29,9 +27,9 @@ jobs:
2927
# GitHub Actions environment variable name is README_API so to access "key" from the json we can use README_API_KEY
3028
parse-json-secrets: true
3129
- name: Check out repo 📚
32-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3331
- name: Run `openapi` command 🚀
34-
uses: readmeio/rdme@v8
32+
uses: readmeio/rdme@v10
3533
with:
3634
# id is the id of the API definition
37-
rdme: openapi defs/asana_oas.yaml --key=${{ env.README_API_KEY }} --id=64a8a031f326ee000e3a92f3
35+
rdme: openapi upload defs/asana_oas.yaml --key=${{ env.README_API_KEY }} --branch=123.123.123 --slug=asana.json

0 commit comments

Comments
 (0)