diff --git a/.github/workflows/get-cloud-api-spec.yml b/.github/workflows/get-cloud-api-spec.yml index eecb09fd6..cd33fe153 100644 --- a/.github/workflows/get-cloud-api-spec.yml +++ b/.github/workflows/get-cloud-api-spec.yml @@ -50,7 +50,8 @@ jobs: - name: Run the script and save the output run: | cd ./redpanda-docs/scripts/fetch-from-github - node fetch.js redpanda-data cloudv2 proto/gen/openapi/openapi.prod.yaml ../../modules/ROOT/attachments cloud-api.yaml + node fetch.js redpanda-data cloudv2 proto/gen/openapi/openapi.controlplane.prod.yaml ../../modules/ROOT/attachments cloud-controlplane-api.yaml + node fetch.js redpanda-data cloudv2 proto/gen/openapi/openapi.dataplane.prod.yaml ../../modules/ROOT/attachments cloud-dataplane-api.yaml env: VBOT_GITHUB_API_TOKEN: ${{ env.ACTIONS_BOT_TOKEN }} - name: Create pull request