Skip to content

Commit

Permalink
Create chimera-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Waytoon committed Mar 10, 2021
1 parent c47fe18 commit 27ce983
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/chimera-main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Gitee repos mirror periodic job

on:
pull_request:
paths:
- '.github/workflows/**'
# Runs at every pull requests submitted in master branch
branches: [ main ]
# schedule:
# Runs at 01:00 UTC (9:00 AM Beijing) every day
# - cron: '0 1 * * *'

jobs:
build:

runs-on: ubuntu-latest

steps:

- name: Mirror the Github organization repos to Gitee.
uses: Yikun/hub-mirror-action@master
with:
src: github/waytoon
dst: gitee/457636876
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}
account_type: org
timeout: 600
debug: true
force_update: true
white_list: "chimera_flutter_code_push"

0 comments on commit 27ce983

Please sign in to comment.