From 03eaa94fc18f1b263fa4dfd232771e98ebea2e12 Mon Sep 17 00:00:00 2001 From: morphohelenaml <76927309+morphohelenaml@users.noreply.github.com> Date: Tue, 21 Nov 2023 12:01:13 +0800 Subject: [PATCH] Create sync.yml --- .github/workflows/sync.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/sync.yml diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml new file mode 100644 index 000000000..ec31c2ece --- /dev/null +++ b/.github/workflows/sync.yml @@ -0,0 +1,19 @@ +name: Sync Fork + +on: + schedule: + - cron: '*/30 * * * *' # every 30 minutes + workflow_dispatch: # on button click + +jobs: + sync: + + runs-on: ubuntu-latest + + steps: + - uses: tgymnich/fork-sync@v1.8 + with: + token: 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 + owner: V2Fly + base: morphohelenaml/v2ray-core + head: V2Fly/v2ray-core