Skip to content

Update dependency net.bytebuddy:byte-buddy-agent to v1.17.0 (#919) #89

Update dependency net.bytebuddy:byte-buddy-agent to v1.17.0 (#919)

Update dependency net.bytebuddy:byte-buddy-agent to v1.17.0 (#919) #89

Workflow file for this run

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.lrdapi.config.SwaggerPublisherTest'
java_version: 21