diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-06-24 10:11:58 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-06-24 10:12:37 +0000 |
commit | cce640c574ae5e71119407f3ccbead3e4e055247 (patch) | |
tree | 74985a189ac79c3fc757c8c2364fe5ae950406fd /.github | |
parent | ee9b7396b2d83d19a782186369427aded05c2b82 (diff) | |
download | vyos-build-cce640c574ae5e71119407f3ccbead3e4e055247.tar.gz vyos-build-cce640c574ae5e71119407f3ccbead3e4e055247.zip |
T6415: Actions set equuleus repo sync
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/repo-sync.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml new file mode 100644 index 00000000..5463790a --- /dev/null +++ b/.github/workflows/repo-sync.yml @@ -0,0 +1,17 @@ +name: Repo-sync equuleus + +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 }} |