diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-06-27 20:00:12 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-27 20:00:12 +0300 |
commit | 4ae741516480d3319a37549f12a3067409e1976c (patch) | |
tree | 74985a189ac79c3fc757c8c2364fe5ae950406fd /.github | |
parent | ee9b7396b2d83d19a782186369427aded05c2b82 (diff) | |
parent | cce640c574ae5e71119407f3ccbead3e4e055247 (diff) | |
download | vyos-build-4ae741516480d3319a37549f12a3067409e1976c.tar.gz vyos-build-4ae741516480d3319a37549f12a3067409e1976c.zip |
Merge pull request #674 from sever-sever/T6415-bld-eq
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 }} |