Skip to content

refer to a specific type of CD degradation #12

refer to a specific type of CD degradation

refer to a specific type of CD degradation #12

Workflow file for this run

name: Sync mirrors
on:
push:
branches:
- master
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