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

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

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