Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

(feat): Team Page Members (#1) #21

(feat): Team Page Members (#1)

(feat): Team Page Members (#1) #21

Workflow file for this run

name: Mirror
on: ["push", "delete"]
jobs:
igem-gitlab:
name: iGEM GitLab
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0 # all branches and tags
- name: Mirror repository
uses: genoswitch/repository-mirroring-action@a76d61cd1d28ee9e2ab5b6b19cc825736f02b38d
with:
target_repo_url: git@gitlab.igem.org:2023/city-of-london-uk.git
ssh_private_key: ${{ secrets.GITLAB_SSH_KEY }}