diff --git a/.github/workflows/update-antora-ui-spring.yml b/.github/workflows/update-antora-ui-spring.yml new file mode 100644 index 0000000000..ecf545e48a --- /dev/null +++ b/.github/workflows/update-antora-ui-spring.yml @@ -0,0 +1,11 @@ +name: Update Antora UI Spring + +on: + workflow_dispatch: + +jobs: + update: + name: Build + uses: spring-io/spring-security-release-tools/.github/workflows/update-antora-ui-spring.yml@b5124cffc5cd8d04b3fb8efa71d71baadd7a8538 + secrets: + token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}