mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-25 00:46:42 +00:00
14 lines
353 B
YAML
14 lines
353 B
YAML
name: Update Antora UI Spring
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 10 * * *' # Once per day at 10am UTC
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
update:
|
|
name: Build
|
|
uses: spring-io/spring-security-release-tools/.github/workflows/update-antora-ui-spring.yml@7f9c379a5fa976c48285c83220b0a86ddc3a952c
|
|
secrets:
|
|
token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
|