mirror of
https://github.com/lan-tianxiang/clone_scripts.git
synced 2025-07-15 16:42:36 +08:00
Update gitee.yml
This commit is contained in:
7
.github/workflows/gitee.yml
vendored
7
.github/workflows/gitee.yml
vendored
@ -19,13 +19,6 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: Prepare Key
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
echo -e "${{ secrets.GITEE_PRIVATE_KEY }}" > ~/.ssh/id_rsa
|
||||
chmod 600 ~/.ssh/id_rsa
|
||||
ssh-keyscan gitee.com > ~/.ssh/known_hosts
|
||||
|
||||
- name: sync github -> gitee
|
||||
uses: Yikun/hub-mirror-action@master
|
||||
with:
|
||||
|
Reference in New Issue
Block a user