-
-
Notifications
You must be signed in to change notification settings - Fork 454
30 lines (25 loc) · 921 Bytes
/
mirror.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: Mirror
on: [push, delete, workflow_dispatch]
jobs:
mirror:
if: github.repository == 'OpenXRay/xray-16'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Bitbucket.org
uses: pixta-dev/repository-mirroring-action@v1.1.1
with:
target_repo_url: git@bitbucket.org:OpenXRay/xray-16.git
ssh_private_key: ${{ secrets.RABOTYAGA_BITBUCKET_PRIVATE_SSH_KEY }}
- name: gitflic.ru
uses: pixta-dev/repository-mirroring-action@v1.1.1
with:
target_repo_url: git@gitflic.ru:openxray/xray-16.git
ssh_private_key: ${{ secrets.GITFLIC_PRIVATE_SSH_KEY }}
- name: abf.io
uses: pixta-dev/repository-mirroring-action@v1.1.1
with:
target_repo_url: git@abf.io:openxray/xray-16.git
ssh_private_key: ${{ secrets.ABF_IO_PRIVATE_SSH_KEY }}