summaryrefslogtreecommitdiff
path: root/.github/workflows/repo-sync.yml
blob: a2bf54f745fe056573c32b3340b3ac3d44c1641e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: Repo-sync

on:
    pull_request:
      types:
        - closed
      branches:
        - current
    workflow_dispatch:

jobs:
  trigger-sync:
    uses: vyos/.github/.github/workflows/trigger-repo-sync.yml@feature/T6349-reusable-workflows
    secrets:
      REMOTE_REPO: ${{ secrets.REMOTE_REPO }}
      REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }}
      PAT: ${{ secrets.PAT }}