Skip to content

v1.4.0

v1.4.0 #20

Workflow file for this run

name: Sync mirrors
on:
push:
branches:
- master
tags:
- 'v*'
jobs:
sync-gitlab:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Sync GitLab mirror
uses: yesolutions/[email protected]
with:
REMOTE: 'ssh://[email protected]/arcctgx/ARver.git'
GIT_SSH_PRIVATE_KEY: ${{ secrets.ARVER_SYNC_PRIVATE_SSH_KEY }}
GIT_SSH_NO_VERIFY_HOST: true
PUSH_ALL_REFS: false
sync-codeberg:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Sync Codeberg mirror
uses: yesolutions/[email protected]
with:
REMOTE: 'ssh://[email protected]/arcctgx/ARver.git'
GIT_SSH_PRIVATE_KEY: ${{ secrets.ARVER_SYNC_PRIVATE_SSH_KEY }}
GIT_SSH_NO_VERIFY_HOST: true
PUSH_ALL_REFS: false