Skip to content

Update dependency checkstyle to v11 (#1262) #45

Update dependency checkstyle to v11 (#1262)

Update dependency checkstyle to v11 (#1262) #45

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.reform.bulkscan.payment.processor.config.SwaggerPublisher'
java_version: 21