Skip to content

repo-sync

repo-sync #306

Workflow file for this run

name: repo-sync
on:
schedule:
- cron: "0 0 * * *"
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: "AsahiLinux/linux"
source_branch: "*"
destination_branch: "*"
sync_tags: "true"
github_token: ${{ secrets.PAT }}