mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-02-24 14:25:05 +08:00
16 lines
389 B
YAML
16 lines
389 B
YAML
|
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"
|