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

on:
    pull_request_target:
      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 }}