Skip to content

chore(ci): update verify workflow to use dcm for analysis (#242) #199

chore(ci): update verify workflow to use dcm for analysis (#242)

chore(ci): update verify workflow to use dcm for analysis (#242) #199

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