1name: DokuWiki Default Tasks 2on: 3 push: 4 pull_request: 5 schedule: 6 - cron: '0 5 1 * *' # run on the first of every month at 5am UTC 7 8permissions: write-all 9 10jobs: 11 all: 12 uses: dokuwiki/github-action/.github/workflows/all.yml@main 13