Skip to content

Commit

Permalink
πŸ“ Chore(Actions): Test to mirror.
Browse files Browse the repository at this point in the history
In order to test its function, this commit will merge into main branch.
  • Loading branch information
Dynesshely committed Feb 28, 2024
1 parent 3db5b11 commit be9a031
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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 }}
static_list: "KitX-Standard"

0 comments on commit be9a031

Please sign in to comment.