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:
parent
62428d8011
commit
03eaa94fc1
19
.github/workflows/sync.yml
vendored
Normal file
19
.github/workflows/sync.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user