提交 ef7b4add 编写于 作者: Miykael_xxm's avatar Miykael_xxm 🚴

add gitlab

上级 e428f022
...@@ -3,7 +3,7 @@ name: 'GitHub Actions Mirror' ...@@ -3,7 +3,7 @@ name: 'GitHub Actions Mirror'
on: [push, delete] on: [push, delete]
jobs: jobs:
mirror_to_gitlab: mirror_to_CODECHINA:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: 'Checkout' - name: 'Checkout'
...@@ -13,5 +13,17 @@ jobs: ...@@ -13,5 +13,17 @@ jobs:
with: with:
target_repo_url: target_repo_url:
git@codechina.csdn.net:xiongjiamu/jupyter-101.git git@codechina.csdn.net:xiongjiamu/jupyter-101.git
ssh_private_key:
${{ secrets.CODECHINA }}
mirror_to_gitlab:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v1
- name: 'Mirror to CODE CHINA'
uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
git@gitlab.com:Miykael/jupyter-101.git
ssh_private_key: ssh_private_key:
${{ secrets.CODECHINA }} ${{ secrets.CODECHINA }}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册