Skip to content

Commit 55204a5

Browse files
authored
Update main.yml
1 parent 8df7b48 commit 55204a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Sync to Gitee
12-
uses: wearerequired/wearerequired/git-mirror-action@v1
12+
uses: wearerequired/git-mirror-action@v1
1313
env:
14-
# 注意在 Settings->Secrets 配置 GITEE_RSA_PRIVATE_KEY
15-
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
14+
# 注意在 Settings->Secrets 配置 GITEE_SSH_PRIVATE_KEY
15+
SSH_PRIVATE_KEY: ${{ secrets.GITEE_SSH_PRIVATE_KEY }}
1616
with:
1717
# 注意替换为你的 GitHub 源仓库地址
1818
source-repo: "[email protected]:Snailclimb/springboot-guide.git"

0 commit comments

Comments
 (0)