Skip to content

Commit

Permalink
Configure github-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
johnny-mnemonic committed Dec 31, 2023
0 parents commit f94ba3a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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 }}

0 comments on commit f94ba3a

Please sign in to comment.