Skip to content

Commit

Permalink
sync to gitee
Browse files Browse the repository at this point in the history
  • Loading branch information
h7ml committed May 31, 2021
1 parent 65a7cdd commit e17e302
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/gitee-repos-mirror.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Gitee repos mirror periodic job

on:
push:
watch:
types: started
schedule:
- cron: "0 23 * * *"

jobs:
build:

runs-on: ubuntu-latest

steps:

- name: Mirror the Github organization repos to Gitee.
uses: Yikun/[email protected]
with:
src: github/dgiot
dst: gitee/dgiiot
dst_key: ${{ secrets.PRIVATE_KEY }}
dst_token: ${{ secrets.TOKEN }}
account_type: org
timeout: 600
debug: true
force_update: true

0 comments on commit e17e302

Please sign in to comment.