DTSRD-5740 Flyway script to add HRS Phase 1 roles to role_type (#1131) #122
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Publish Swagger 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.cwrdapi.docs.SwaggerPublisherTest' | |
| java_version: 21 |