Skip to content

.github/workflows/repo-sync.yml #2

.github/workflows/repo-sync.yml

.github/workflows/repo-sync.yml #2

Workflow file for this run

on:
schedule:
- cron: "*/5 * * * *"
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://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git"
source_branch: "*"
destination_branch: "*"
github_token: ${{ secrets.PAT }}