Skip to content

Commit

Permalink
πŸ“ Chore(Actions): Mirror to gitee.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynesshely committed Feb 28, 2024
1 parent b186310 commit 5029651
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Mirror Repo

on:
push:
branches:
- "*"
workflow_dispatch:

jobs:
mirror-repo:
runs-on: ubuntu-latest

steps:
- name: Mirror
uses: Yikun/hub-mirror-action@master
with:
src: github/Crequency
dst: gitee/Crequency
dst_key: ${{ secrets.GITEE_SYNC_KEY }}
dst_token: ${{ secrets.GITEE_SYNC_TOKEN }}
account_type: org
static_list: "KitX-Dashboard"
force_update: true
debug: true

0 comments on commit 5029651

Please sign in to comment.