1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-01-02 07:26:24 -05:00

Create sync.yml

This commit is contained in:
morphohelenaml 2023-11-21 12:01:13 +08:00 committed by GitHub
parent 62428d8011
commit 03eaa94fc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

19
.github/workflows/sync.yml vendored Normal file
View File

@ -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