mirror of
https://github.com/pure-admin/pure-admin-backend.git
synced 2025-04-24 23:37:17 +08:00
workflow: delete
This commit is contained in:
parent
5be622fa9f
commit
07b1d2c00a
29
.github/workflows/gitee-repos-mirror.yml
vendored
29
.github/workflows/gitee-repos-mirror.yml
vendored
@ -1,29 +0,0 @@
|
|||||||
name: Gitee repos mirror periodic job
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
pull_request:
|
|
||||||
paths:
|
|
||||||
- ".github/workflows/gitee-repos-mirror.yml"
|
|
||||||
# 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@v1.0
|
|
||||||
with:
|
|
||||||
src: github/xiaoxian521
|
|
||||||
dst: gitee/yiming_chang
|
|
||||||
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
|
|
||||||
dst_token: ${{ secrets.GITEE_TOKEN }}
|
|
||||||
account_type: user
|
|
||||||
timeout: 600
|
|
||||||
force_update: true
|
|
||||||
white_list: pure-admin-backend
|
|
Loading…
x
Reference in New Issue
Block a user