-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add .github/workflow/mirror_to_gitee.yml #475
Conversation
Codecov Report
@@ Coverage Diff @@
## devel #475 +/- ##
=======================================
Coverage 32.97% 32.97%
=======================================
Files 86 86
Lines 14736 14736
=======================================
Hits 4859 4859
Misses 9877 9877 Continue to review full report at Codecov.
|
In addition, may I ask how did you enable to sync issue from gitee to github? |
A simple method... Set up this bot and then forward the Gitee notification emails to it. (Create a rule in Gmail) |
Co-authored-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Sorry about that. But this action still failed with the same error message in my repository tuoping/dpgen. I still think the action need to be invoked in deepmodeling/dpgen. |
Did you set the secret in your own repo? |
The point of this is to test the secret in organization. That's not a bad idea though, to set the secret in my own repo and PR with the mirror_to_gitee.yml file. This way the secret in organization will be of no use. |
If you want to test the secret in organization, you need to push the branch into the organization repository. (or ask someone who has the access to help you) |
* make doc directory for toy models; deploy doc in a branch gh-doc * add contribution guide to doc; add conf.py in doc * move doc dependence from requirements to doc/requirements * deploy on readthedocs instead of github * add mirror_gitee.yml in workflow * test action at push * test action at push * test action at push * test action at push * test action mirror * test action mirror * typo * use https in mirror workflow * use https in mirror workflow * use https in mirror workflow * mirror to gitee * mirror to gitee * Update .github/workflows/mirror_gitee.yml Co-authored-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu> Co-authored-by: tuoping <abby@DESKTOP-LV5KL0D.localdomain> Co-authored-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
I found the problem. I've been invoking action in my personal repository: github.com/tuoping/dpgen. So the ssh-private-key in organization deepmodeling cannot be visited. We have to test the action after PR.