Skip to content

chore(deps): bump codecov/codecov-action from 6.0.1 to 7.0.0 (#134) #120

chore(deps): bump codecov/codecov-action from 6.0.1 to 7.0.0 (#134)

chore(deps): bump codecov/codecov-action from 6.0.1 to 7.0.0 (#134) #120

Workflow file for this run

name: backup
on:
push:
branches:
- main
permissions:
contents: read
jobs:
mirror-to-gitlab:
name: 💾 Backup to GitLab
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: 📚 Git checkout
uses: actions/checkout@v6.0.3
with:
fetch-depth: 0
- name: 🪞 Mirroring repository
uses: fscarmen/repository-mirroring-action@v1.0.0
with:
target_repo_url: git@gitlab.com:tsinis/functional_status_codes.git
ssh_private_key: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}