mirror of
https://github.com/Sitoi/dailycheckin.git
synced 2024-11-17 13:48:03 +08:00
🔥 移除 gitee 同步 actions
This commit is contained in:
parent
ba396dade6
commit
9b9821570e
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
@ -1,8 +1,5 @@
|
||||
name: 发布文档
|
||||
on:
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
deploy:
|
||||
|
21
.github/workflows/gitee-sync.yml
vendored
21
.github/workflows/gitee-sync.yml
vendored
@ -1,21 +0,0 @@
|
||||
name: "Gitee 同步"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
run:
|
||||
name: Gitee 同步
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Mirror the Github organization repos to Gitee.
|
||||
uses: Yikun/hub-mirror-action@master
|
||||
with:
|
||||
src: github/sitoi
|
||||
dst: gitee/sitoi
|
||||
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
|
||||
dst_token: ${{ secrets.GITEE_TOKEN }}
|
||||
white_list: "dailycheckin"
|
||||
account_type: user
|
Loading…
Reference in New Issue
Block a user