summaryrefslogtreecommitdiff
path: root/.github/workflows/repo-sync.yml
blob: dd9a8abd9507c5d0372435e439677cf86cda2c9e (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:
        - equuleus
    workflow_dispatch:

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