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 3e1e9fa commit 4c87e0eCopy full SHA for 4c87e0e
.github/workflows/main.yml
@@ -155,6 +155,11 @@ jobs:
155
--api server-server \
156
-r "$RELEASE" \
157
-o spec/server-server-api/api.json
158
+ scripts/dump-openapi.py \
159
+ --base-url "https://spec.matrix.org${{ needs.calculate-baseurl.outputs.baseURL }}" \
160
+ --api identity \
161
+ -r "$RELEASE" \
162
+ -o spec/identity-service-api/api.json
163
tar -czf openapi.tar.gz spec
164
- name: "📤 Artifact upload"
165
uses: actions/upload-artifact@v4
changelogs/internal/newsfragments/2172.clarification
@@ -0,0 +1 @@
1
+GitHub actions are now building the OpenAPI `spec/identity-service-api/api.json` file.
0 commit comments