We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb86cb4 commit e0a6a88Copy full SHA for e0a6a88
1 file changed
.github/workflows/ci.yml
@@ -63,14 +63,18 @@ jobs:
63
run: deno task openapi:validate
64
65
- name: The Sacred Transcription aka Generate OpenAPI
66
- if: github.ref == 'refs/heads/master'
67
run: deno task openapi:generate
68
69
- name: Preserving the Sacred Texts aka Upload Definition
70
71
uses: actions/upload-artifact@v4
72
with:
73
name: openapi
74
path: projects/openapi/openapi.json
75
if-no-files-found: error
76
retention-days: 30
+
+ # TODO only on master
77
+ - name: The Sacred Transcription aka Upload to Readme
78
+ uses: readmeio/rdme@v10
79
+ with:
80
+ rdme: openapi upload ./projects/openapi/openapi.json --key=${{ secrets.README_API_KEY }} --slug=openapi.json
0 commit comments