Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhihuaiwen committed Feb 15, 2024
1 parent 58dcc2b commit 3a7a76b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,15 @@ jobs:
fqdn: wenzhihuai.com
env:
# @see https://docs.github.com/cn/actions/reference/authentication-in-a-workflow#about-the-github_token-secret
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Sync to Gitee
uses: wearerequired/git-mirror-action@v1
env:
# 在 Settings->Secrets 配置 GITEE_PRIVATE_KEY
SSH_PRIVATE_KEY: ${{ secrets.GITEE_PRIVATE_KEY }}
with:
# GitHub 源仓库地址
source-repo: [email protected]:Zephery/MyWebsite.git
# Gitee 目标仓库地址
destination-repo: [email protected]:zephery.com.cn/MyWebsite.git

0 comments on commit 3a7a76b

Please sign in to comment.