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

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