Skip to content

chore: sealed_countries v1.5.1 (#237) #194

chore: sealed_countries v1.5.1 (#237)

chore: sealed_countries v1.5.1 (#237) #194

Workflow file for this run

name: backup
on:
push:
branches: [main]
paths:
- "packages/**"
jobs:
mirror-to-gitlab:
name: 💾 Backup to GitLab
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: 📚 Git checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: 🪞 Mirroring repository
uses: pixta-dev/[email protected]
with:
target_repo_url: [email protected]:tsinis/sealed_world.git
ssh_private_key: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}