Skip to content

PO-394 to PO-403 Create Table and Sequence Scripts #404

PO-394 to PO-403 Create Table and Sequence Scripts

PO-394 to PO-403 Create Table and Sequence Scripts #404

name: Publish OpenAPI specs
on:
push:
branches:
- "master"
jobs:
publish-openapi:
uses: hmcts/workflow-publish-openapi-spec/.github/workflows/publish-openapi.yml@v1
secrets:
SWAGGER_PUBLISHER_API_TOKEN: ${{ secrets.SWAGGER_PUBLISHER_API_TOKEN }}
with:
test_to_run: 'uk.gov.hmcts.opal.openapi.OpenAPIPublisherTest'
java_version: 21