mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2025-11-03 07:50:28 +08:00
更新工作流配置
This commit is contained in:
5
.github/workflows/auto-sync.yml
vendored
5
.github/workflows/auto-sync.yml
vendored
@@ -11,6 +11,9 @@ jobs:
|
|||||||
gitee_user: ${{ secrets.GITEE_USER }}
|
gitee_user: ${{ secrets.GITEE_USER }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
persist-credentials: false
|
||||||
- name: sync to gitee
|
- name: sync to gitee
|
||||||
uses: Yikun/hub-mirror-action@master
|
uses: Yikun/hub-mirror-action@master
|
||||||
if: env.dst_key && env.dst_token && env.gitee_user
|
if: env.dst_key && env.dst_token && env.gitee_user
|
||||||
@@ -20,4 +23,4 @@ jobs:
|
|||||||
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
|
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
|
||||||
dst_token: ${{ secrets.GITEE_TOKEN }}
|
dst_token: ${{ secrets.GITEE_TOKEN }}
|
||||||
static_list: "LinuxMirrors"
|
static_list: "LinuxMirrors"
|
||||||
force_update: true
|
force_update: true
|
||||||
Reference in New Issue
Block a user