summaryrefslogtreecommitdiff
path: root/.github/workflows/repo-sync.yml
blob: 2159c7e2fef41b7ffd42b34faa739ff207bfc9a5 (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:
        - T6415-secret-check
    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 }}