Skip to content

Commit

Permalink
Switch hub-mirror-action to python version v1.0 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yikun authored Mar 8, 2021
1 parent 53695cc commit 15de516
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/repo-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ jobs:

steps:
- name: Mirror the gitee/opengauss org repos to github/opengauss-mirror.
uses: Yikun/hub-mirror-action@v0.08
uses: Yikun/hub-mirror-action@v1.0
with:
src: gitee/opengauss
dst: github/opengauss-mirror
dst_key: ${{ secrets.SYNC_GAUSS_PRIVATE_KEY }}
dst_token: ${{ secrets.SYNC_GAUSS_TOKEN }}
account_type: org
# Skip this repo due to bigfile reason
black_list: "openGauss-third_party"
debug: true

0 comments on commit 15de516

Please sign in to comment.