summaryrefslogblamecommitdiff
path: root/.github/workflows/mirror.yml
blob: 046fdd8478e077634e150eb6876a238d06bc405a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                                                                                                   
name: Mirror to ARFNET

on: [push]

jobs:
  push-mirror:
    runs-on: ubuntu-latest
    steps:
    - name: Clone repo
      run: git clone https://github.com/${{ github.repository }}
      
    - name: Push to remote repo
      run: cd ${{ github.workspace }} && git push -u https://${{ secrets.MIRROR_USER }}:${{ secrets.MIRROR_PASSWORD }}@git.arf20.com/arfnet2 master