Create gitee.yml

This commit is contained in:
devezhao 2020-04-01 17:45:13 +08:00
parent d266510322
commit 8271b80eac

16
.github/workflows/gitee.yml vendored Normal file
View file

@ -0,0 +1,16 @@
name: Gitee repos mirror
on: [push, pull_request]
jobs:
build:
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 }}
dst_token: ${{ secrets.GITEE_TOKEN }}
white_list: "rebuild,rebuild-datas"