Skip to content

sE7En0908-sync

sE7En0908-sync #6757

Workflow file for this run

name: sE7En0908-sync
on:
schedule:
- cron: '1 */3 * * *'
workflow_dispatch:
watch:
types: started
repository_dispatch:
types: sync-sE7En0908-GithubSync
jobs:
repo-sync:
env:
PAT: ${{ secrets.PAT }}
runs-on: ubuntu-latest
if: github.event_name == 'schedule' || github.event.repository.owner.id == github.event.sender.id
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: sync sE7En0908-GithubSync
uses: repo-sync/github-sync@v2
if: env.PAT
with:
source_repo: "https://github.com/sE7En0908/QuantumultX.git"
source_branch: "master"
destination_branch: "sE7En0908"
github_token: ${{ secrets.PAT }}