Skip to content

6dylan6-jdpro-sync #6096

6dylan6-jdpro-sync

6dylan6-jdpro-sync #6096

Workflow file for this run

name: 6dylan6-jdpro-sync
on:
schedule:
- cron: "10 */3 * * *"
workflow_dispatch:
jobs:
repo-sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: repo-sync
uses: repo-sync/github-sync@v2
with:
source_repo: "https://github.com/6dylan6/jdpro.git"
source_branch: "main"
destination_branch: "w"
github_token: ${{ secrets.PAT }}