Skip to content

Merge pull request #1923 from codidact/0valt/user-fetch #188

Merge pull request #1923 from codidact/0valt/user-fetch

Merge pull request #1923 from codidact/0valt/user-fetch #188

Workflow file for this run

name: Mirror to Codeberg
on:
push:
branches:
- develop
jobs:
mirror:
name: Mirror
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Mirror
uses: yesolutions/mirror-action@master
with:
REMOTE: 'git@codeberg.org:codidact/qpixel'
GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }}
GIT_SSH_NO_VERIFY_HOST: "true"