Skip to content

Build x86_64 on ubuntu-latest and arm64 on raspbian-private runners (… #410

Build x86_64 on ubuntu-latest and arm64 on raspbian-private runners (…

Build x86_64 on ubuntu-latest and arm64 on raspbian-private runners (… #410

Workflow file for this run

name: mirror repo
on:
push:
branches:
- master
- develop
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: spyoungtech/mirror-action@master
with:
REMOTE: 'https://git.energy/core/go-core.git'
GIT_USERNAME: ${{ secrets.MIRROR_GIT_USERNAME }}
GIT_PASSWORD: ${{ secrets.MIRROR_GIT_PASSWORD }}