rebuild/.github/workflows/gitee.yml

18 lines
404 B
YAML
Raw Normal View History

2020-04-01 17:45:13 +08:00
name: Gitee repos mirror
2020-04-10 00:03:40 +08:00
on: [push]
2020-04-01 17:45:13 +08:00
jobs:
2020-04-11 03:31:54 +08:00
mirror:
2020-04-01 17:45:13 +08:00
runs-on: ubuntu-latest
steps:
- name: Hub Mirror Action.
uses: Yikun/hub-mirror-action@v0.07
with:
src: github/getrebuild
dst: gitee/getrebuild
dst_key: ${{ secrets.GITEE_PRIVATEKEY }}
2020-04-01 18:30:11 +08:00
dst_token: ${{ secrets.GITEE_TOKEN }}
account_type: user
2020-04-10 00:03:40 +08:00
white_list: "rebuild,rebuild-datas"