dgiot/.github/workflows/gitee-repos-mirror.yml

29 lines
555 B
YAML
Raw Normal View History

2021-06-16 18:52:57 +08:00
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/hub-mirror-action@v1.0
with:
src: github/dgiot
dst: gitee/dgiiot
dst_key: ${{ secrets.PRIVATE_KEY }}
dst_token: ${{ secrets.TOKEN }}
account_type: org
2021-06-16 18:55:34 +08:00
timeout: '1h'
2021-06-16 18:52:57 +08:00
debug: true
force_update: true
2021-06-21 20:14:09 +08:00
black_list: "issue-generator"