Skip to content

Sync Fork

Sync Fork #5

Workflow file for this run

name: Sync Fork
on:
schedule:
- cron: '0 */5 * * *' # every 5 hours
workflow_dispatch: # on button click
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/[email protected]
with:
token: ${{ secrets.PERSONAL_TOKEN }}
owner: sonatype
base: main
head: main