add .github/workflows/mirror_gitee.yml#187
Conversation
| env: | ||
| SSH_PRIVATE_KEY: ${{ secrets.SYNC_GITEE_PRIVATE_KEY }} | ||
| with: | ||
| source-repo: "git@github.com:deepmodeling/dpdata.git" |
There was a problem hiding this comment.
Have you added the ssh key to your GitHub account?
There was a problem hiding this comment.
Seems the action failed in deepks-kit.
There was a problem hiding this comment.
This key is added to my gitee account, and github organization.
There was a problem hiding this comment.
It worked with dpgen.
There was a problem hiding this comment.
I added "ORANIZATION: deepmodeling" under "env:" in mirror_gitee.yml in a recent commit.
There was a problem hiding this comment.
I mean you use SSH to visit GitHub (git@github.com), so you must add this key to someone's GitHub account.
There was a problem hiding this comment.
Sorry, I used a wrong template. It's corrected now.
Codecov Report
@@ Coverage Diff @@
## devel #187 +/- ##
=======================================
Coverage 81.24% 81.24%
=======================================
Files 54 54
Lines 4554 4554
=======================================
Hits 3700 3700
Misses 854 854 Continue to review full report at Codecov.
|
No description provided.