Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Yikun authored Jan 21, 2020
1 parent bfce6c7 commit bc04346
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ steps:
- name: Mirror the Github organization repos to Gitee.
uses: Yikun/gitee-mirror-action@master
with:
private_key: ${{ secrets.GITEE_PRIVATE_KEY }}
github_org: kunpengcompute
gitee_org: kunpengcompute
src: github/kunpengcompute
dst: gitee/kunpengcompute
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}
```
As above, the action will do mirror update from github/kunpengcompute to gitee/kunpengcompute.
Expand Down

0 comments on commit bc04346

Please sign in to comment.