Skip to content

Use the latest version of RandomY based on RandomX 1.2.1 (#477) #408

Use the latest version of RandomY based on RandomX 1.2.1 (#477)

Use the latest version of RandomY based on RandomX 1.2.1 (#477) #408

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 }}